Skip to content

Commit

Permalink
Simplify lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkleemans committed Jun 15, 2022
1 parent 6ef5b51 commit a51373b
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/php_cs_fixer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,7 @@ on:
jobs:
lint:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}

- name: Run php-cs-fixer
- uses: actions/checkout@v3
- name: PHP-CS-Fixer
uses: docker://oskarstark/php-cs-fixer-ga

- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4.10.0
with:
commit_message: Automatically applied PHP CS Fixer changes

0 comments on commit a51373b

Please sign in to comment.