diff --git a/.github/workflows/github-actions-validator.yml b/.github/workflows/github-actions-validator.yml new file mode 100644 index 0000000..dcc8658 --- /dev/null +++ b/.github/workflows/github-actions-validator.yml @@ -0,0 +1,16 @@ +name: "CI: github-actions-validator" + +on: + pull_request: + +concurrency: + group: ${{ github.head_ref }}-github-actions-validator + cancel-in-progress: true + +jobs: + github-actions-validator: + name: Github-actions-validator + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: lumapps/github-actions-validator@v2