We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afc2c10 commit fd89549Copy full SHA for fd89549
.github/workflows/fix-cs-php.yml
@@ -9,7 +9,7 @@ name: Coding Standards
9
jobs:
10
open-pr-for-cs-violations:
11
name: PHP-CS-Fixer
12
- runs-un: ubuntu-22.04
+ runs-on: ubuntu-22.04
13
if: github.actor != 'dependabot[bot]'
14
steps:
15
- name: Checkout code
.github/workflows/tests.yml
@@ -11,7 +11,7 @@ env:
PHPUnit:
strategy:
16
fail-fast: false
17
matrix:
0 commit comments