Skip to content

Commit

Permalink
revert to original
Browse files Browse the repository at this point in the history
Debugging CI
  • Loading branch information
EmranMR committed Feb 24, 2024
1 parent 3c96ce6 commit ad0d737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/parse-examples
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ clone_repo laravel breeze 4dce985b91081bd0bfd31c612bdbb0fd2187a89b
known_failures=$(cat script/known-failures.txt)

# shellcheck disable=2046
tree-sitter parse -q --scope source.blade.php \
tree-sitter parse -q \
examples/**/*.blade.php \
$(for file in $known_failures; do echo "!${file}"; done)

Expand Down

0 comments on commit ad0d737

Please sign in to comment.