Skip to content

Commit

Permalink
Fix front CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pomo-mondreganto committed Nov 18, 2023
1 parent 731c31d commit 556cf56
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,21 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 'latest'

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'pnpm'
cache-dependency-path: 'front/pnpm-lock.yaml'

- name: Install deps
run: cd front && pnpm install

- name: run linter
run: make lint-front

Expand Down

0 comments on commit 556cf56

Please sign in to comment.