Skip to content

Commit

Permalink
ci: fix lint job
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya authored Apr 28, 2021
1 parent 4966f71 commit a680760
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 @@ -43,20 +43,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]
Expand Down

0 comments on commit a680760

Please sign in to comment.