File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
jobs :
13
13
composer-require-checker :
14
14
name : Check missing composer requirements
15
- runs-un : ubuntu-22.04
15
+ runs-on : ubuntu-22.04
16
16
steps :
17
17
- uses : actions/checkout@v4
18
18
- name : Konfiguriere PHP-Version und -Einstellungen im Worker-Node
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ name: Coding Standards
12
12
jobs :
13
13
open-pr-for-cs-violations :
14
14
name : PHP-CS-Fixer
15
- runs-un : ubuntu-22.04
15
+ runs-on : ubuntu-22.04
16
16
if : github.actor != 'dependabot[bot]'
17
17
steps :
18
18
- name : Checkout code
Original file line number Diff line number Diff line change 13
13
jobs :
14
14
PHPUnit :
15
15
name : PHPUnit
16
- runs-un : ubuntu-22.04
16
+ runs-on : ubuntu-22.04
17
17
steps :
18
18
- uses : actions/checkout@v4
19
19
- run : mkdir --mode=777 -p $GITHUB_WORKSPACE/{tmp,logs}
You can’t perform that action at this time.
0 commit comments