Little typo on CI
This commit is contained in:
parent
6969cf052b
commit
86dd4d3673
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user