diff --git a/actionlint.yml b/actionlint.yml new file mode 100644 index 0000000..3015387 --- /dev/null +++ b/actionlint.yml @@ -0,0 +1,13 @@ +name: actionlint + +on: + push: + branches: + - master + pull_request: + branches: + - master + +jobs: + actionlint: + uses: chrisliebaer/workflows/.github/workflows/actionlint.yml@master