Skip to content

Commit

Permalink
Try to Run Using Php Command Rather Than Shell
Browse files Browse the repository at this point in the history
  • Loading branch information
oleibman committed Nov 6, 2024
1 parent 6abe9cc commit 3605f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
coverage: none

- name: Find code that might require polyfill
run: ./bin/findpolyfill.php
run: php ./bin/findpolyfill.php

php-cs-fixer:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3605f3f

Please sign in to comment.