Skip to content

Commit

Permalink
ci: update lint
Browse files Browse the repository at this point in the history
  • Loading branch information
uiolee committed Oct 13, 2023
1 parent d62f163 commit 82ac5e8
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 @@ -2,7 +2,7 @@ name: lint
on:
pull_request:
paths:
- '**.js?'
- "**.js"

jobs:
eslint:
Expand All @@ -13,7 +13,7 @@ jobs:
pull-requests: write

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: reviewdog/action-eslint@v1
with:
Expand Down

0 comments on commit 82ac5e8

Please sign in to comment.