diff --git a/.github/workflows/errors.yml b/.github/workflows/errors.yml new file mode 100644 index 00000000000..463c4a8e0c6 --- /dev/null +++ b/.github/workflows/errors.yml @@ -0,0 +1,10 @@ +on: + push: + branch: main + tags: + - 'v\d+' +jobs: + test: + runs-on: ubuntu-latest + steps: + - run: echo "Checking commit '${{ github.event.head_commit.message }}'"