Skip to content

Commit e1e519e

Browse files
committed
chore(ci): remove unused similarity and nixfmt from lint job
These tools are not used by pnpm lint (only oxfmt, oxlint, knip).
1 parent 8cdfa28 commit e1e519e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Setup Nix
4242
uses: ./.github/actions/setup-nix
4343
with:
44-
tools: nodejs_24 pnpm_10 oxlint oxfmt similarity nixfmt
44+
tools: nodejs_24 pnpm_10 oxlint oxfmt
4545
- name: Run Lint
4646
run: pnpm run lint
4747

0 commit comments

Comments
 (0)