Skip to content

Commit

Permalink
build first then run
Browse files Browse the repository at this point in the history
  • Loading branch information
b-rodrigues committed Jul 13, 2024
1 parent 65dd576 commit 7ed2579
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ jobs:
# If you chose API tokens for write access OR if you have a private cache
authToken: '${{ secrets.CACHIX_AUTH }}'

- name: Lint
- name: Build dev env
run: nix-build

- name: Run lintr
run: nix-shell --run "Rscript -e 'lintr::lint_package()'"
env:
LINTR_ERROR_ON_LINT: false

0 comments on commit 7ed2579

Please sign in to comment.