Skip to content

Commit

Permalink
ci(test): Remove lint and format
Browse files Browse the repository at this point in the history
  • Loading branch information
The Alpha committed Sep 25, 2023
1 parent 7be460b commit 8f12a28
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,5 @@ jobs:
- name: Build
run: npm run build --if-present

- name: Lint code
run: npm run lint --if-present

- name: Format code
run: npm run format --if-present

- name: Test code
run: npm test

0 comments on commit 8f12a28

Please sign in to comment.