Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed May 27, 2020
1 parent 1c50b44 commit 844bdd7
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,8 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1

- name: Cache Node.js modules
uses: actions/cache@v1
with:
path: ~/.npm
key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.OS }}-node-
- name: Install Dependencies
run: npm ci
run: yarn

- name: Lint Prettier
run: npm run prettier:check
Expand Down

0 comments on commit 844bdd7

Please sign in to comment.