Skip to content

Commit

Permalink
Update sibiraj-s/action-eslint digest to 3b24012
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 12, 2024
1 parent f3a0666 commit 07c6954
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:
with:
node-version: 18
- name: Lint Backend
uses: sibiraj-s/action-eslint@2e3213f837c945a07368d53e42f4c16453c02087
uses: sibiraj-s/action-eslint@3b240128f2ab7f00fb369e321928d3e2144fe9ec
with:
token: ${{ secrets.GITHUB_TOKEN }} # optional
working-directory: src
extensions: 'js'
annotations: true
use-npx: true
- name: Lint Frontend
uses: sibiraj-s/action-eslint@2e3213f837c945a07368d53e42f4c16453c02087
uses: sibiraj-s/action-eslint@3b240128f2ab7f00fb369e321928d3e2144fe9ec
with:
token: ${{ secrets.GITHUB_TOKEN }} # optional
working-directory: frontend
Expand Down

0 comments on commit 07c6954

Please sign in to comment.