We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2587cf commit e052ea4Copy full SHA for e052ea4
.github/workflows/linter.yml
@@ -23,4 +23,4 @@ jobs:
23
version: latest
24
25
- name: Run Biome
26
- run: biome ci . --files-ignore-unknown=true
+ run: biome check --no-errors-on-unmatched --files-ignore-unknown=true $(git diff --name-only "${GITHUB_REF}")
0 commit comments