Skip to content

chore: Simplify taplo install in CI#2004

Merged
lapla-cogito merged 5 commits into
wild-linker:mainfrom
lapla-cogito:taplo_installaction
May 31, 2026
Merged

chore: Simplify taplo install in CI#2004
lapla-cogito merged 5 commits into
wild-linker:mainfrom
lapla-cogito:taplo_installaction

Conversation

@lapla-cogito
Copy link
Copy Markdown
Member

No description provided.

@lapla-cogito lapla-cogito force-pushed the taplo_installaction branch from da4b3ae to 84c5c03 Compare May 31, 2026 12:19
Comment thread .github/workflows/ci.yml
- name: Install Taplo (AArch64)
if: ${{ runner.arch == 'ARM64' }}
run: curl -fsSL https://github.com/tamasfe/taplo/releases/latest/download/taplo-linux-aarch64.gz | gzip -d - | install -m 755 /dev/stdin /usr/local/bin/taplo
- run: taplo format --check --diff
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TBH I don't understand the purpose behind this job that only displays diffs (which is why I removed it). Seeing other tidy tests like clang-format, this job is likely unnecessary.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point!

Comment thread taplo.toml
@@ -1,5 +1 @@
exclude = [
".cargo-home/**",
"external_test_suites/mold/third-party/blake3/Cargo.toml",
Copy link
Copy Markdown
Member Author

@lapla-cogito lapla-cogito May 31, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Considering future updates to external tests, all files under external_test_suites should be included as ignored-files.

Copy link
Copy Markdown
Collaborator

@marxin marxin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the clean-up.

@lapla-cogito lapla-cogito merged commit f49a799 into wild-linker:main May 31, 2026
24 checks passed
@lapla-cogito lapla-cogito deleted the taplo_installaction branch May 31, 2026 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants