Skip to content

Commit

Permalink
ci: update verify.lint
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzkirstein committed Mar 25, 2024
1 parent c6fc80d commit 292816e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ jobs:
- name: Install dependencies
uses: ./.github/actions/install-dependencies

# - name: Lint code
# run: npm format && npm lint:fix

- name: Lint code
run: npm run lint
run: npm run format && npm run lint:fix

build:
name: Build
Expand Down

0 comments on commit 292816e

Please sign in to comment.