Skip to content

Commit

Permalink
ci: fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Apr 14, 2021
1 parent 2e6f047 commit 6b5aebd
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,20 +53,14 @@ jobs:
- name: Commit lint ✨
uses: wagoid/commitlint-github-action@v2

- uses: UziTech/action-setup-atom@v1
- name: Setup PNPM
uses: pnpm/[email protected]
with:
version: latest

- name: Install dependencies
run: pnpm install
run: npm install

- name: Format ✨
run: pnpm test.format
run: npm run test.format

- name: Lint ✨
run: pnpm test.lint
run: npm run test.lint

Release:
needs: [Test, Lint]
Expand Down

0 comments on commit 6b5aebd

Please sign in to comment.