mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:16:13 +01:00
[CLEANUP] Consistently quote all CI step names for GitHub actions (#168)
This commit is contained in:
parent
898819d468
commit
bc21852ba0
1 changed files with 6 additions and 6 deletions
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
name: "PHP linter"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
- name: "Checkout"
|
||||
uses: actions/checkout@v2
|
||||
- name: "Install PHP"
|
||||
uses: shivammathur/setup-php@v2
|
||||
|
@ -34,7 +34,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
name: "Checkout"
|
||||
uses: actions/checkout@v2
|
||||
-
|
||||
name: "Install PHP"
|
||||
|
@ -79,7 +79,7 @@ jobs:
|
|||
- "js"
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
name: "Checkout"
|
||||
uses: actions/checkout@v2
|
||||
-
|
||||
name: "Install modules"
|
||||
|
@ -94,7 +94,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
name: "Checkout"
|
||||
uses: actions/checkout@v2
|
||||
-
|
||||
name: "Install xmllint"
|
||||
|
@ -112,7 +112,7 @@ jobs:
|
|||
needs: php-lint
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
name: "Checkout"
|
||||
uses: actions/checkout@v2
|
||||
-
|
||||
name: "Install PHP"
|
||||
|
@ -170,7 +170,7 @@ jobs:
|
|||
needs: php-lint
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
name: "Checkout"
|
||||
uses: actions/checkout@v2
|
||||
-
|
||||
name: "Install PHP"
|
||||
|
|
Loading…
Reference in a new issue