ci: run bootstrap in CI to validate

This commit is contained in:
Marc 2024-01-28 11:04:06 -05:00
parent 79782375fb
commit 07d5aeba69
Signed by: marc
GPG key ID: 048E042F22B5DC79

14
.github/workflows/ci.yaml vendored Normal file
View file

@ -0,0 +1,14 @@
name: CI
on:
pull_request:
push:
branches: [main]
jobs:
validate:
name: Validate bootstrap
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: . ./bootstrap.sh