Skip to content

Commit

Permalink
re-enabled lintr checks
Browse files Browse the repository at this point in the history
  • Loading branch information
gowerc committed Sep 26, 2023
1 parent 7d06fe0 commit 74f9b0c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,10 @@ jobs:
CMDSTAN=/root/.cmdstan
CMDSTAN_PATH=/root/.cmdstan
CMDSTANR_NO_VER_CHECK=true
### Disabled pending https://github.com/insightsengineering/idr-tasks/issues/667
# linter:
# if: github.event_name == 'pull_request'
# name: SuperLinter 🦸‍♀️
# uses: insightsengineering/r.pkg.template/.github/workflows/linter.yaml@main
linter:
if: github.event_name == 'pull_request'
name: SuperLinter 🦸‍♀️
uses: insightsengineering/r.pkg.template/.github/workflows/linter.yaml@main
roxygen:
name: Roxygen 🅾
uses: insightsengineering/r.pkg.template/.github/workflows/roxygen.yaml@main
Expand Down

0 comments on commit 74f9b0c

Please sign in to comment.