Skip to content

Commit

Permalink
linting ci fix, xargs multiple commands
Browse files Browse the repository at this point in the history
  • Loading branch information
mi7chal committed Sep 12, 2024
1 parent f84b46d commit 8590a10
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 8590a10

Please sign in to comment.