diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml new file mode 100644 index 0000000..9fdfc1d --- /dev/null +++ b/.github/workflows/ci.yaml @@ -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