Skip to content

Commit

Permalink
chore: update .github with yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
Axolotle committed Mar 2, 2024
1 parent 61e6af9 commit 93a31c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install npm dependencies
run: cd app && npm ci
- name: Install yarn dependencies
run: cd app && yarn install --frozen-lockfile
- name: Run linter
run: cd app && npm run lint
run: cd app && yarn lint

0 comments on commit 93a31c3

Please sign in to comment.