diff --git a/.github/workflows/check_lintr.yaml b/.github/workflows/check_lintr.yaml new file mode 100644 index 0000000..d08490e --- /dev/null +++ b/.github/workflows/check_lintr.yaml @@ -0,0 +1,12 @@ +on: [push] + +name: check-linters + +jobs: + check_linters: + runs-on: ubuntu-latest + name: Check for linters in the code + steps: + - uses: inbo/actions/lint_pkg@master + with: + ref: ${{ env.GITHUB_SHA_SHORT }}