Skip to content

ci test

ci test #1

Workflow file for this run

name: Build
on:
push:
branches:
- main
paths:
- '.github/workflows/build.yml'
- 'scripts/**'
- 'src/**'
- 'CMakeLists.txt'
- '*.cmake'
pull_request:
branches:
- main
paths:
- '.github/workflows/build.yml'
- 'scripts/**'
- 'src/**'
- 'CMakeLists.txt'
- '*.cmake'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
mkdir output

Check failure on line 30 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 30
cd output
cmake ..
cmake —-build . --config Release