Little typo on CI

This commit is contained in:
Michel Roux 2023-06-27 14:52:09 +02:00
parent 6969cf052b
commit 86dd4d3673
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ name: repod
on: [push]
jobs:
nextcloud-22:
nextcloud-25:
runs-on: ubuntu-latest
container: nextcloud:25
steps:
@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm i
- run: npm ci
- run: npm run lint
- run: npm run stylelint
- run: npm run build