Skip to content

Commit

Permalink
Add convenience make target pass
Browse files Browse the repository at this point in the history
Easy for dev to run before pushing
  • Loading branch information
aaronik committed Jan 1, 2025
1 parent 6cc325a commit 6f801c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ test-watch:

ensure-no-util-r:
! grep --exclude-dir=.git -r --exclude test.yml 'util.R' | grep -v '\-\-'

# Run this to be sure all's well
pass: test ensure-no-util-r

0 comments on commit 6f801c5

Please sign in to comment.