Skip to content

Commit

Permalink
Merge pull request #755 from localheinz/fix/indent
Browse files Browse the repository at this point in the history
Fix: Consistently indent with 2 spaces
  • Loading branch information
Ocramius committed Dec 11, 2023
2 parents 9b45bc3 + 1b58cc8 commit 9903051
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Expand Up @@ -58,19 +58,19 @@ as part of your CI pipeline. For example in a GitHub action, note the use of
jobs:
roave-backwards-compatibility-check:
name: Roave Backwards Compatibility Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: "Install PHP"
uses: shivammathur/setup-php@v2
with:
php-version: "8.0"
- name: "Install dependencies"
run: "composer install"
- name: "Check for BC breaks"
run: "vendor/bin/roave-backward-compatibility-check"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: "Install PHP"
uses: shivammathur/setup-php@v2
with:
php-version: "8.0"
- name: "Install dependencies"
run: "composer install"
- name: "Check for BC breaks"
run: "vendor/bin/roave-backward-compatibility-check"
```

#### Nyholm Github Action
Expand Down

0 comments on commit 9903051

Please sign in to comment.