ci: remove CI validation

This commit is contained in:
Marc 2024-02-23 22:19:44 -05:00
parent 548a03b724
commit ee6d34be32
Signed by: marc
GPG key ID: 048E042F22B5DC79

View file

@ -1,14 +0,0 @@
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