Skip to content

Commit

Permalink
ci: npx eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
qzeene committed Jul 13, 2023
1 parent 1809cfb commit 6e052b6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: eslint .
- name: Install deps
run: npm ci
- name: Eslint
run: npx eslint .
tests:
runs-on: ubuntu-latest
needs: lint
Expand Down

0 comments on commit 6e052b6

Please sign in to comment.