Fix formatting in CI workflow configuration
All checks were successful
CI / build (push) Successful in 20s
All checks were successful
CI / build (push) Successful in 20s
This commit is contained in:
@@ -2,15 +2,15 @@ name: CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [master]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
container: node:lts-alpine
|
||||
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
@@ -25,4 +25,4 @@ jobs:
|
||||
run: npm run test
|
||||
|
||||
- name: Build project
|
||||
run: npm run build
|
||||
run: npm run build
|
||||
|
||||
Reference in New Issue
Block a user