Skip to content
This repository has been archived by the owner on Aug 18, 2022. It is now read-only.

Commit

Permalink
GitHubActions: Remove explicit requirement of php-cs-fixer from GitHu…
Browse files Browse the repository at this point in the history
…b actions build steps
  • Loading branch information
mjansenDatabay authored and klees committed May 5, 2021
1 parent 6a28cc4 commit d283a39
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ jobs:
env:
GHRUN: "yes"

- name: Install PHP CS Fixer
run: composer require "friendsofphp/php-cs-fixer:^2.19" --no-interaction --no-progress

- name: PHP CS Fixer
run: CI/PHP-CS-Fixer/run_check.sh
env:
Expand Down

0 comments on commit d283a39

Please sign in to comment.