tack-up-now/.gitea/workflows/test.yaml
Workflow config file is invalid. Please check your config file: yaml: line 8: mapping values are not allowed in this context

12 lines
200 B
YAML

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