Skip to content

Commit

Permalink
Fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fisharebest committed Nov 23, 2022
1 parent 9389627 commit 4740d39
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 383 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/phpcs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
with:
php-version: ${{ matrix.php-version }}

- uses: actions/checkout@v2
- uses: actions/checkout@v3

- run: composer validate

- run: composer global require squizlabs/php_codesniffer

- name: PHP
run: ~/.composer/vendor/bin/phpcs --colors --standard=PSR12 --exclude=Generic.Files.LineLength --extensions=php index.php app modules_v4 tests
run: ~/.composer/vendor/bin/phpcs --colors --standard=PSR12 --exclude=Generic.Files.LineLength --extensions=php index.php app tests

- name: Style sheets
run: ~/.composer/vendor/bin/phpcs --colors --extensions=css resources/css
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
extensions: gd,intl,mbstring,sqlite,zip
coverage: pcov

- uses: actions/checkout@v2
- uses: actions/checkout@v3

- run: composer validate

Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@
"ext-sqlite3": "*",
"composer/composer": "2.2.18",
"league/flysystem-memory": "1.0.2",
"php-coveralls/php-coveralls": "2.5.3",
"phpunit/phpunit": "7.5.20"
},
"suggest": {
Expand Down
Loading

0 comments on commit 4740d39

Please sign in to comment.