Skip to content

Commit

Permalink
fix paths for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxandxss committed Oct 12, 2023
1 parent 70f7efb commit b15bbb7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Linting
name: Linting front

on:
push:
Expand All @@ -22,7 +22,9 @@ jobs:
node-version: '18'

- name: Install dependencies
working-directory: front
run: npm ci

- name: Run lint
working-directory: front
run: npm run lint

0 comments on commit b15bbb7

Please sign in to comment.