Skip to content

Commit

Permalink
chore: add php-cs-fixer for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
dkaser committed Jul 17, 2023
1 parent f15ea91 commit ecdbb33
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
on: [push, pull_request]
name: Main
jobs:
php-cs-fixer:
name: PHP-CS-Fixer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: PHP-CS-Fixer
uses: docker://oskarstark/php-cs-fixer-ga

0 comments on commit ecdbb33

Please sign in to comment.