Add CI runs of demo checks.

This commit is contained in:
Simon Howard 2024-09-15 12:46:37 -04:00
parent b894e75318
commit ae81c6e3b0

35
.github/workflows/ci.yml vendored Normal file
View file

@ -0,0 +1,35 @@
name: Continuous Integration
on:
push:
branches:
- "trunk"
tags:
- "*"
paths-ignore:
- "**.md"
pull_request:
branches:
- "trunk"
paths-ignore:
- "**.md"
workflow_dispatch:
jobs:
build:
name: Statcheck test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install make chocolate-doom python3 python3-yaml
- name: Run checks
run: |
make check