Skip to content

Commit

Permalink
Fix pint github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Bedram Tamang committed Oct 18, 2022
1 parent e27770a commit d7a24f2
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
name: Check & fix styling

on: [push]
on: [ push ]

jobs:
style:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v1
- name: Fix style
uses: docker://oskarstark/php-cs-fixer-ga
uses: aglipanci/[email protected]
with:
args: --config=.php_cs --allow-risky=yes
preset: laravel
verboseMode: true
testMode: true
- name: Extract branch name
shell: bash
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
Expand Down

0 comments on commit d7a24f2

Please sign in to comment.