Skip to content

Commit 1b58cc8

Browse files
committed
Fix: Consistently indent with 2 spaces
1 parent 9b45bc3 commit 1b58cc8

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -58,19 +58,19 @@ as part of your CI pipeline. For example in a GitHub action, note the use of
5858
jobs:
5959
roave-backwards-compatibility-check:
6060
name: Roave Backwards Compatibility Check
61-
runs-on: ubuntu-latest
62-
steps:
63-
- uses: actions/checkout@v2
64-
with:
65-
fetch-depth: 0
66-
- name: "Install PHP"
67-
uses: shivammathur/setup-php@v2
68-
with:
69-
php-version: "8.0"
70-
- name: "Install dependencies"
71-
run: "composer install"
72-
- name: "Check for BC breaks"
73-
run: "vendor/bin/roave-backward-compatibility-check"
61+
runs-on: ubuntu-latest
62+
steps:
63+
- uses: actions/checkout@v2
64+
with:
65+
fetch-depth: 0
66+
- name: "Install PHP"
67+
uses: shivammathur/setup-php@v2
68+
with:
69+
php-version: "8.0"
70+
- name: "Install dependencies"
71+
run: "composer install"
72+
- name: "Check for BC breaks"
73+
run: "vendor/bin/roave-backward-compatibility-check"
7474
```
7575
7676
#### Nyholm Github Action

0 commit comments

Comments
 (0)