github-script/.github/workflows/ci.yml
Workflow config file is invalid. Please check your config file: yaml: line 12: could not find expected ':'
2021-06-27 12:16:25 +03:00

12 lines
149 B
YAML

name: CI
on:
push: {branches: main}
pull_request: {branches: main}
jobs:
ci:
runs-on: ubuntu-latest
steps:
- run: |
ls