File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,16 +8,16 @@ GitHub Action that lints Crystal shards with [Ameba](https://github.com/crystal-
88
99Add 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
2121name : Crystal CI
2222
2323on : [push]
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` ` `
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 |
You can’t perform that action at this time.
0 commit comments