Skip to content

Commit

Permalink
fix no-includes workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeasimos committed Dec 20, 2023
1 parent e09c9f8 commit c21ffba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/no-includes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
- uses: actions/checkout@v3
- name: Check only minhttp.h is included
working-directory: ${{github.workspace}}
run: ! find -maxdepth 1 -name "*.[hc]" -exec grep -E "^#include" {} + | cut -d ':' -f 2 | grep -v "#include \"minhttp.h\""
run: bash -c "! find -maxdepth 1 -name '*.[hc]' -exec grep -E '^#include' {} + | cut -d ':' -f 2 | grep -v '#include \"minhttp.h\"'"

0 comments on commit c21ffba

Please sign in to comment.