File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : autofix.ci # needed to securely identify the workflow by the action
22
33on :
4+ pull_request :
45 push :
6+ branches :
7+ - master
58
69jobs :
710 php-cs-fixer :
1922 - uses : ramsey/composer-install@v2
2023
2124 - run : vendor/bin/php-cs-fixer fix
22-
23- - uses : autofix-ci/action@v1
24- with :
25- commit-message : Apply php-cs-fixer changes
25+ #
26+ # - uses: autofix-ci/action@v1
27+ # with:
28+ # commit-message: Apply php-cs-fixer changes
Original file line number Diff line number Diff line change 1- name : Autoformat
1+ name : autofix.ci # needed to securely identify the workflow by the action
22
33on :
44 pull_request :
6565
6666 - uses : ramsey/composer-install@v2
6767
68- - run : vendor/bin/php-cs-fixer
68+ - run : vendor/bin/php-cs-fixer fix
69+
70+ - uses : autofix-ci/action@v1
71+ with :
72+ commit-message : Apply php-cs-fixer changes
You can’t perform that action at this time.
0 commit comments