Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
remove lint requirement
  • Loading branch information
flatsiedatsie authored Sep 23, 2021
1 parent 4c331c0 commit 39295b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
- name: Install dependencies
run: |
npm install
- name: Lint with eslint
run: |
npm run lint
# - name: Lint with eslint
# run: |
# npm run lint

0 comments on commit 39295b5

Please sign in to comment.