Skip to content

Commit af8f079

Browse files
committed
Update README.md
1 parent 23465e9 commit af8f079

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ GitHub Action that lints Crystal shards with [Ameba](https://github.com/crystal-
88

99
Add the following to your GitHub action workflow to use Crystal Ameba Linter:
1010

11-
``` yaml
11+
```yaml
1212
- name: Crystal Ameba Linter
13-
uses: crystal-ameba/github-action@v0.11.0
13+
uses: crystal-ameba/github-action@v0.12.0
1414
env:
1515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1616
```
1717
1818
### Example Workflow
1919
20-
``` yaml
20+
```yaml
2121
name: Crystal CI
2222

2323
on: [push]
@@ -39,7 +39,7 @@ jobs:
3939
run: crystal spec
4040

4141
- name: Run Ameba Linter
42-
uses: crystal-ameba/github-action@v0.10.0
42+
uses: crystal-ameba/github-action@v0.12.0
4343
env:
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4545
```
@@ -48,6 +48,7 @@ jobs:
4848
4949
| Ameba version | GitHub Action version |
5050
|---------------|-----------------------|
51+
| ~> v1.6.4 | v0.12.0 |
5152
| ~> v1.6.3 | v0.11.0 |
5253
| ~> v1.6.2 | v0.10.0 |
5354
| ~> v1.6.1 | v0.9.0 |

0 commit comments

Comments
 (0)