Skip to content

Commit e052ea4

Browse files
authored
ci(linter): only check changed files
1 parent e2587cf commit e052ea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
version: latest
2424

2525
- name: Run Biome
26-
run: biome ci . --files-ignore-unknown=true
26+
run: biome check --no-errors-on-unmatched --files-ignore-unknown=true $(git diff --name-only "${GITHUB_REF}")

0 commit comments

Comments
 (0)