Skip to content

Commit

Permalink
refactor(ci): ignore configs in lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Lichthagel committed Oct 13, 2024
1 parent 82234b5 commit 45c9d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Build
run: pnpm run build
- name: Lint
run: pnpm run lint --ignore-pattern 'eslint.config.js'
run: pnpm run lint --ignore-pattern '*.config.{js,ts}'
- name: Archive dist
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 45c9d4d

Please sign in to comment.