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

10 lines
150 B
YAML

name: Test
run-name: Test?
on: [push]
jobs:
test:
runs-on: ubuntu-latest
- uses: actions/checkout@v4
steps:
- run: npm run test