Skip to content

Commit

Permalink
Replace space with comma
Browse files Browse the repository at this point in the history
  • Loading branch information
heiglandreas committed Feb 12, 2024
1 parent ab0c816 commit dc93aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
php-version: "8.1"
tools: phive
- name: Download codesniffer
run: phive --no-progress install --trust-gpg-keys 31C7E470E2138192 5E6DDE998AB73B8E phpcs
run: phive --no-progress install --trust-gpg-keys 31C7E470E2138192,5E6DDE998AB73B8E phpcs
- name: check
run: ./tools/phpcs
test:
Expand Down

0 comments on commit dc93aa1

Please sign in to comment.