Skip to content

Commit

Permalink
lint step moved
Browse files Browse the repository at this point in the history
  • Loading branch information
karkir0003 committed Dec 25, 2023
1 parent 96e3289 commit 32f5414
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,14 @@ jobs:
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- name: Lint
run: npm run lint
working-directory: ./
- name: Install dependencies
run: npm install


- name: Lint
run: npm run lint
working-directory: ./

- name: Build
run: npm run build

0 comments on commit 32f5414

Please sign in to comment.