mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
chore: update .github with yarn
This commit is contained in:
parent
61e6af94b3
commit
93a31c3843
1 changed files with 3 additions and 3 deletions
6
.github/workflows/eslint.yml
vendored
6
.github/workflows/eslint.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue