Skip to content

Commit 8944866

Browse files
committed
Fix indenting
1 parent 1bb3437 commit 8944866

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/ci.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ on:
22
push:
33
branch:
44
- master
5-
jobs:
6-
build:
7-
runs-on: ubuntu-latest
8-
steps:
9-
- uses: actions/checkout@master
10-
- name: Build
11-
uses: elgohr/Publish-Docker-Github-Action@master
12-
with:
13-
name: docker.pkg.github.com/phpdocumentor/coding-standard/phpcs
14-
username: ${{ github.actor }}
15-
password: ${{ secrets.GITHUB_TOKEN }}
16-
registry: docker.pkg.github.com
5+
jobs:
6+
build:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@master
10+
- name: Build
11+
uses: elgohr/Publish-Docker-Github-Action@master
12+
with:
13+
name: docker.pkg.github.com/phpdocumentor/coding-standard/phpcs
14+
username: ${{ github.actor }}
15+
password: ${{ secrets.GITHUB_TOKEN }}
16+
registry: docker.pkg.github.com
1717

18-
- name: self-run
19-
uses: ./
20-
with:
21-
args: "--help"
18+
- name: self-run
19+
uses: ./
20+
with:
21+
args: "--help"

0 commit comments

Comments
 (0)