Skip to content

Commit 313227f

Browse files
authored
Use checkstyle GitHub actions (phase 2) (#1546)
1 parent 091629e commit 313227f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/action.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,9 @@ jobs:
207207
- name: php-cs-fixer dry-run
208208
run: tools/vendor/bin/php-cs-fixer fix --dry-run -v --show-progress=none #--format=checkstyle #would be nice if codeberg did something with this like github does.
209209

210+
- name: PHP CS Fixer to PR Annotations
211+
run: tools/vendor/bin/php-cs-fixer fix --dry-run --format=checkstyle --show-progress=none | cs2pr
212+
210213
build-and-publish-docker-image:
211214
runs-on: ubuntu-latest
212215
# Let's only run this on branches and tagged releases only

0 commit comments

Comments
 (0)