Skip to content

Workflow file for this run

name: Test
run-name: Test
on:
pull_request:
jobs

Check failure on line 6 in .github/workflows/test.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yaml

Invalid workflow file

You have an error in your yaml syntax on line 6
test:
name: Test
runs-on: ubuntu-latest
permissions:
contents: none
steps:
- run: 'echo "Hello world"'