Skip to content

Commit

Permalink
Add category input to ESLint action in frontend workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
austenstone committed Nov 16, 2024
1 parent fb5d479 commit bc82d0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ jobs:
- uses: actions/checkout@v4
- uses: ./.github/actions/eslint
with:
working-directory: ./frontend
working-directory: ./frontend
category: 'frontend'

0 comments on commit bc82d0a

Please sign in to comment.