Skip to content

Create CI workflow for main branch #1

Create CI workflow for main branch

Create CI workflow for main branch #1

Workflow file for this run

name: CI Workflow

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

View workflow run for this annotation

GitHub Actions / .github/workflows/demo.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: build
# Trigger the workflow on push events to the main branch
on:
push:
branches:
- main
jobs:
build:
# Specify the type of runner (Ubuntu in this case)
runs-on: ubuntu-latest