Skip to content

Run the repo development environment across all OSes for main, staging/next branches. #35

Run the repo development environment across all OSes for main, staging/next branches.

Run the repo development environment across all OSes for main, staging/next branches. #35

Workflow file for this run

name: GitHub CI on Push
run-name: Run the repo development environment across all OSes for main, staging/next branches.
on:
push:
branches: [ main, staging, next ]
jobs:
run-on-linux-debian:
runs-on: debian-latest
steps:
- uses: actions/checkout@v3
- run: . ./ci.cmd setup
run-on-windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- run: .\ci.cmd setup
run-on-macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- run: . ./ci.cmd setup