Skip to content

Workflow file for this run

name: scratch
on: [push]
jobs:
code-build-job:
runs-on:
- codebuild-kk1-${{ github.run_id }}-${{ github.run_attempt }}
steps:
- run: |
echo "Hello World!"

Check failure on line 9 in .github/workflows/scratch.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/scratch.yml

Invalid workflow file

You have an error in your yaml syntax on line 9
env