Skip to content

Commit

Permalink
run php-cs-fixer in Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
garak committed Jan 21, 2022
1 parent 1f9a83b commit 8c48691
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 8c48691

Please sign in to comment.