Skip to content

Commit 44527de

Browse files
authored
docs: Update README with new description (#33)
Signed-off-by: Dan Webb <[email protected]>
1 parent 27fe4fb commit 44527de

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,12 @@ A Github Action to run yamllint on your files
77
## Usage
88

99
```yaml
10+
---
1011
name: yamllint
11-
12-
on: [push, pull_request]
13-
12+
"on": [push, pull_request]
1413
jobs:
1514
delivery:
16-
1715
runs-on: ubuntu-latest
18-
1916
steps:
2017
- name: Check out code
2118
uses: actions/checkout@master

0 commit comments

Comments
 (0)