Skip to content

Commit

Permalink
fix scripts (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
HuStmpHrrr authored May 4, 2024
1 parent 2a0e057 commit d959446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/check_projects.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ error_out () {

cd "${dir}"

for f in *.v; do
for f in `find -name '*.v'`; do
grep -q -F "${f}" _CoqProject || error_out "${f}"
done

Expand Down

0 comments on commit d959446

Please sign in to comment.