Skip to content

Add minimal CI workflow for GHAWatch testing #1

Add minimal CI workflow for GHAWatch testing

Add minimal CI workflow for GHAWatch testing #1

Workflow file for this run

name: CI
on:
push:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
-name: Checkout repository
uses: actions/checkout@v3

Check failure on line 12 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 12
-name: Print greeting
run: echo "Hello from learning-platform CI!""