Skip to content

Commit

Permalink
add check for linters
Browse files Browse the repository at this point in the history
  • Loading branch information
ThierryO committed Jun 29, 2020
1 parent 5bd54b5 commit e0948dd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/check_lintr.yaml
Original file line number Diff line number Diff line change
@@ -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: ${{ GITHUB_SHA_SHORT }}

0 comments on commit e0948dd

Please sign in to comment.