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 48fcd41
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/check_lintr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
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

0 comments on commit 48fcd41

Please sign in to comment.