Skip to content

Commit

Permalink
Check for boxed math too
Browse files Browse the repository at this point in the history
  • Loading branch information
valerauko committed Nov 20, 2023
1 parent 29ade22 commit 845182b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reflection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Run check
run: |
result=$(lein check 2> >(grep --line-buffered -P 'Reflection warning, sleepy'))
result=$(lein check 2> >(grep --line-buffered -P 'warning, sleepy'))
if [[ $result ]]; then
echo "$result"
exit 1
Expand Down

0 comments on commit 845182b

Please # to comment.