Skip to content

Commit e2a458e

Browse files
committed
README: reduce indent in YAML
1 parent adf2887 commit e2a458e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,16 @@ Create a workflow in your actions' repository that will simply call this action:
4646
name: Validate action typings
4747

4848
on:
49-
push: [main]
50-
pull_request:
51-
workflow_dispatch:
49+
push: [main]
50+
pull_request:
51+
workflow_dispatch:
5252

5353
jobs:
54-
validate-typings:
55-
runs-on: "ubuntu-latest"
56-
steps:
57-
- uses: actions/checkout@v3
58-
- uses: krzema12/github-actions-typing@v0
59-
with:
60-
verbose: true
54+
validate-typings:
55+
runs-on: "ubuntu-latest"
56+
steps:
57+
- uses: actions/checkout@v3
58+
- uses: krzema12/github-actions-typing@v0
59+
with:
60+
verbose: true
6161
```

0 commit comments

Comments
 (0)