diff --git a/.github/workflows/basic-linters.yml b/.github/workflows/basic-linters.yml new file mode 100644 index 0000000..6dbecf3 --- /dev/null +++ b/.github/workflows/basic-linters.yml @@ -0,0 +1,16 @@ +name: Basic linters + +on: + workflow_call: + +jobs: + yamllint: + name: yamllint + runs-on: ubuntu-latest + steps: + - name: ⤵️ Check out code from GitHub + uses: actions/checkout@v2 + - name: 🚀 Run yamllint + uses: frenck/action-yamllint@v1 + with: + warnings: false