File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
on : [push] # yamllint disable-line rule:truthy
3
- name : Test
3
+ name : Tests
4
4
jobs :
5
- test :
5
+ tests :
6
6
strategy :
7
7
matrix :
8
8
go-version : [1.14.x]
15
15
go-version : ${{ matrix.go-version }}
16
16
- name : Checkout code
17
17
uses : actions/checkout@v2
18
- - name : Test
18
+ - name : Tests
19
19
env :
20
20
INPUT_REPO_TOKEN : ${{ secrets.GITHUB_TOKEN }}
21
21
run : go test ./...
Original file line number Diff line number Diff line change 1
1
# Label Checker
2
2
3
+ [ ![ tests] ( https://github.com/agilepathway/label-checker/workflows/Tests/badge.svg?branch=master&event=push )] ( https://github.com/agilepathway/label-checker/actions?query=workflow%3ATests+event%3Apush+branch%3Amaster )
3
4
[ ![ reviewdog] ( https://github.com/agilepathway/label-checker/workflows/reviewdog/badge.svg?branch=master&event=push )] ( https://github.com/agilepathway/label-checker/actions?query=workflow%3Areviewdog+event%3Apush+branch%3Amaster )
4
5
[ ![ Releases] (https://img.shields.io/github/release/agilepathway/label-checker/all.svg?logo=github
5
6
)] ( https://github.com/agilepathway/label-checker/releases )
You can’t perform that action at this time.
0 commit comments