Skip to content

Commit

Permalink
ci(build): enable eslint
Browse files Browse the repository at this point in the history
Fixes #662
  • Loading branch information
pdesoyres-cc authored and miton18 committed Feb 1, 2024
1 parent f7bcafb commit 787062f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
if: github.event_name == 'pull_request'
run: npx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose

# - name: '[Code quality] Check ESLint'
# run: npm run lint
- name: '[Code quality] Check ESLint'
run: npm run lint

- name: '[Build] [Prepare] Setup ruby'
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 787062f

Please sign in to comment.