Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Commit

Permalink
Remove linting step from unit tests
Browse files Browse the repository at this point in the history
As in 3162422fc5607139298f32ce8ff9a5f2a97e1eac, running prettier in here is redundant since we have restyled.io.
  • Loading branch information
thislooksfun committed Feb 5, 2020
1 parent a9815ef commit 034e1c3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ jobs:
# npm run <script> --slient suppresses any npm ELIFECYCLE errors, but does
# not silence the script output.

# Static analysis
- name: Lint
run: npm run prettier:check --silent

# Test
- name: Test
run: npm run test:unit:cover --silent
Expand Down

0 comments on commit 034e1c3

Please sign in to comment.