Skip to content

The 2024 Reboot

The 2024 Reboot #2

Workflow file for this run

name: CI Build
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"

Check failure on line 10 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

You have an error in your yaml syntax on line 10
job:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: make docker-matrix