diff --git a/scripts/.github/workflows/ci.yml b/scripts/.github/workflows/ci.yml new file mode 100644 index 00000000..e0cc2c36 --- /dev/null +++ b/scripts/.github/workflows/ci.yml @@ -0,0 +1,16 @@ +name: ci + +on: + push: + branches: + - master + pull_request: + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + - run: | + cd scripts && ./build-base-dependencies-alpine-image.sh