Skip to content

Commit

Permalink
fix: Lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
clockworkgr committed Jan 30, 2024
1 parent 4680d7b commit 8bc87e2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .eslintignore

This file was deleted.

9 changes: 7 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,10 @@ jobs:
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Lint
run: pnpm lint
- name: Run eslint on changed files
uses: tj-actions/eslint-changed-files@v23
with:
config_path: ".eslintrc.js"
ignore_path: ".gitignore"
file_extensions: './src/**/*.ts'
extra_args: "--max-warnings=0"

0 comments on commit 8bc87e2

Please sign in to comment.