Little typo on CI
All checks were successful
repod / nextcloud-25 (push) Successful in 42s
repod / nextcloud-27 (push) Successful in 42s
repod / nodejs (push) Successful in 1m20s

This commit is contained in:
Michel Roux 2023-06-27 14:52:09 +02:00
parent 6969cf052b
commit 86dd4d3673

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