chore: update .github with yarn

This commit is contained in:
axolotle 2024-03-02 17:35:47 +01:00
parent 61e6af94b3
commit 93a31c3843

View file

@ -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