Skip to content

Commit 5bdd7e5

Browse files
authored
Merge pull request #37 from php-gettext/install-php-cs-fixer
Use setup-php to install php-cs-fixer
2 parents b607532 + 67083e3 commit 5bdd7e5

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,8 @@ jobs:
1818
with:
1919
php-version: "7.2"
2020
extensions: mbstring, zip
21-
tools: composer:v2
21+
tools: composer:2, php-cs-fixer:3
2222
coverage: none
23-
- name: Install PHP-CS-Fixer
24-
run: |
25-
curl -sSLf -o /usr/local/bin/php-cs-fixer https://cs.symfony.com/download/php-cs-fixer-v3.phar
26-
chmod +x /usr/local/bin/php-cs-fixer
2723
- name: Checkout
2824
uses: actions/checkout@v2
2925
- name: Check PHP coding style

0 commit comments

Comments
 (0)