Skip to content

Commit

Permalink
ci: fix lint job
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed May 2, 2021
1 parent e35a58a commit ce08496
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,22 +45,14 @@ jobs:
- name: Commit lint ✨
uses: wagoid/commitlint-github-action@v2

- uses: actions/setup-node@v2
with:
node-version: "14"
- name: Setup PNPM
uses: pnpm/action-setup@master
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 ce08496

Please sign in to comment.