1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-29 16:59:49 +02:00

updated github workflow

This commit is contained in:
David Grudl
2022-09-06 04:34:39 +02:00
parent ec0455ae00
commit 96e370b8fe
3 changed files with 6 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ jobs:
name: Nette Code Checker
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: shivammathur/setup-php@v2
with:
php-version: 8.0
@@ -21,11 +21,11 @@ jobs:
name: Nette Coding Standard
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: shivammathur/setup-php@v2
with:
php-version: 8.0
coverage: none
- run: composer create-project nette/coding-standard temp/coding-standard ^3 --no-progress --ignore-platform-reqs
- run: composer create-project nette/coding-standard temp/coding-standard ^3 --no-progress
- run: php temp/coding-standard/ecs check