Skip to content

Commit

Permalink
fix: remove prettier for now
Browse files Browse the repository at this point in the history
  • Loading branch information
victorhqc committed Aug 14, 2020
1 parent 3d0a388 commit 6aa32a5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ jobs:
- name: Install dependencies
run: yarn

- name: Check Code Styling
run: yarn prettier --ignore-path .gitignore --check .
env:
CI: true

- name: Build Code
run: yarn build
env:
Expand Down

0 comments on commit 6aa32a5

Please sign in to comment.