Skip to content

Commit

Permalink
Update verify.yml
Browse files Browse the repository at this point in the history
Removed steps that are not possible in this project
  • Loading branch information
javier-sierra-sngular authored Jan 17, 2024
1 parent 8397912 commit b913ebb
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,7 @@ jobs:
run: npm install --ci

- name: Lint
run: npm run lint:check

- name: Format
run: npm run format:check

- name: Types
run: npm run types:check
run: npm run lint
tests:
name: Tests
runs-on: ubuntu-latest
Expand Down

0 comments on commit b913ebb

Please sign in to comment.