File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Add the following to your GitHub action workflow to use Crystal Ameba Linter:
1010
1111``` yaml
1212- name : Crystal Ameba Linter
13- uses : crystal-ameba/github-action@v0.5.0
13+ uses : crystal-ameba/github-action@v0.5.1
1414 env :
1515 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1616` ` `
3434 - uses : actions/checkout@v1
3535 - name : Crystal Ameba Linter
3636 id : crystal-ameba
37- uses : crystal-ameba/github-action@v0.5.0
37+ uses : crystal-ameba/github-action@v0.5.1
3838 env :
3939 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4040 - name : Install dependencies
4747
4848| Ameba version | GitHub Action version |
4949|---------------|-----------------------|
50- | v1.2.0 | v0.5.0 |
50+ | v1.2.0 | v0.5.1 |
5151| v1.1.0 | v0.4.0 |
5252| v1.0.1 | v0.3.1 |
5353| v1.0.0 | v0.3.0 |
Original file line number Diff line number Diff line change 11name : ameba-github_action
2- version : 0.5.0
2+ version : 0.5.1
33
44authors :
55 - Vitalii Elenhaupt <velenhaupt@gmail.com>
You can’t perform that action at this time.
0 commit comments