Workflow config file is invalid. Please check your config file: yaml: line 8: mapping values are not allowed in this context
|
name: Test
|
|
run-name: Test?
|
|
on: [push]
|
|
|
|
jobs:
|
|
test:
|
|
runs-on: ubuntu-latest
|
|
- uses: actions/checkout@v4
|
|
with:
|
|
repository: 'tack-up-now'
|
|
steps:
|
|
- run: npm run test |