Skip to content

Commit

Permalink
Try to debug failure
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Nov 14, 2024
1 parent e7e3d1d commit b16578d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
- name: Lint with php-cs-fixer
run: vendor/bin/php-cs-fixer fix --verbose --diff --dry-run

- run: ldd /usr/bin/php8.4
- run: ldconfig -v
- run: ls /usr/lib/x86_64-linux-gnu/libxml2.so.2

- name: Lint with phpcs
run: vendor/bin/phpcs --standard=.phpcs-ruleset.xml src/

Expand Down

0 comments on commit b16578d

Please sign in to comment.