diff --git a/.github/workflows/composer.yml b/.github/workflows/composer.yml new file mode 100644 index 000000000..b65e4737d --- /dev/null +++ b/.github/workflows/composer.yml @@ -0,0 +1,17 @@ +name: Composer + +on: + push: { } + pull_request: { } + +jobs: + validation: + name: Composer strict validation + runs-on: ubuntu-latest + + steps: + - name: Checkout HEAD + uses: actions/checkout@v6 + + - name: Ensure bin/make-release.sh works + run: bin/make-release.sh 1337.42.23 --no-tag