Skip to content

Update CI workflow to include code checkout step #3

Update CI workflow to include code checkout step

Update CI workflow to include code checkout step #3

Workflow file for this run

name: CI Workflow
on:
push:

Check failure on line 4 in .github/workflows/demo.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/demo.yml

Invalid workflow file

You have an error in your yaml syntax on line 4
branches:
uses: actions/checkout@v3 - main
- name: Run a sample script
run: echo "Build
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code