Skip to content

Commit

Permalink
feat: move into workflow folder
Browse files Browse the repository at this point in the history
Check only source folder.
  • Loading branch information
markonikolas committed Sep 16, 2024
1 parent 7f6ca68 commit 2886f9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/eslint.yml → .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ jobs:
run: yarn
- name: Run ESLint
run: eslint . --ext .js,.jsx,.ts,.tsx
with:
files: src/

0 comments on commit 2886f9a

Please sign in to comment.