Skip to content

Commit

Permalink
linting ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mi7chal committed Sep 12, 2024
1 parent 0286a00 commit f84b46d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
- name: Run test
run: php moosh.php | grep "moosh version"
- name: Lint files
run: find . *.php | xargs -i % php -l
run: find . *.php | xargs -i php -l

0 comments on commit f84b46d

Please sign in to comment.