Skip to content

Commit

Permalink
Merge pull request #82 from garak/csfix-action
Browse files Browse the repository at this point in the history
run php-cs-fixer in Actions
  • Loading branch information
JellyBellyDev authored Jan 22, 2022
2 parents 1f9a83b + 8c48691 commit 575772e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ on:
pull_request:

jobs:
cs-fix:
runs-on: ubuntu-20.04
name: PHP-CS-Fixer
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Fix CS
uses: docker://oskarstark/php-cs-fixer-ga

build:

strategy:
Expand Down

0 comments on commit 575772e

Please sign in to comment.