Skip to content

update CI actions

update CI actions #3

# This starter workflow is for a CMake project running on multiple platforms. There is a different starter workflow if you just want a single platform.
# See: https://github.com/actions/starter-workflows/blob/main/ci/cmake-single-platform.yml
name: Check on multiple platforms
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: build
./debian.sh

Check failure on line 15 in .github/workflows/check-multi-platform.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/check-multi-platform.yml

Invalid workflow file

You have an error in your yaml syntax on line 15
publish:
needs: [build]
runs-on: ubuntu-latest
environment: production
steps:
- name: publish
./startup.sh