Skip to content

Commit

Permalink
Merge pull request LibreSign#179 from LibreSign/help-cs-fix
Browse files Browse the repository at this point in the history
Help to cs:fix when fail
  • Loading branch information
vitormattos authored Apr 17, 2021
2 parents 8a94d55 + 3fe37c6 commit 09b6cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
run: composer i

- name: Run coding standards check
run: composer run cs:check
run: composer run cs:check || ( echo 'Please run `composer run cs:fix` to format your code' && exit 1 )

0 comments on commit 09b6cfd

Please sign in to comment.