File tree Expand file tree Collapse file tree 4 files changed +38
-7
lines changed
Expand file tree Collapse file tree 4 files changed +38
-7
lines changed Original file line number Diff line number Diff line change 1- name : Check PR title
1+ name : PR
22
33on :
44 pull_request :
99 - synchronize
1010
1111jobs :
12- lint :
12+ pr-title-check :
1313 runs-on : ubuntu-latest
1414 permissions :
1515 statuses : write
1616 steps :
1717 - uses : aslafy-z/conventional-pr-title-action@v3
1818 env :
1919 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
20- test :
20+ code-quality :
2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Checkout
2424 uses : actions/Checkout@v4
25- - name : Release
25+ - name : Lint
26262727 with :
2828 version : " v0.16.3"
2929 verb : call
30- module :
github.com/MartinSimango/daggerverse/[email protected] 30+ module :
github.com/MartinSimango/daggerverse/[email protected] 31+ args : " lint --source=."
32+ cloud-token : ${{ secrets.DAGGER_CLOUD_TOKEN }}
33+ - name : Test
34+ 35+ with :
36+ version : " v0.16.3"
37+ verb : call
38+ module :
github.com/MartinSimango/daggerverse/[email protected] 3139 args : " test --source=."
3240 cloud-token : ${{ secrets.DAGGER_CLOUD_TOKEN }}
3341
Original file line number Diff line number Diff line change 2424 with :
2525 version : " v0.16.3"
2626 verb : call
27- module : github.com/MartinSimango/daggerverse/gopkg@v0.3 .0
27+ module : github.com/MartinSimango/daggerverse/gopkg@v0.4 .0
2828 args :
" with-git-gpg-config --gpg-key=env://GPG_KEY --gpg-key-id=env://GPG_KEY_ID --git-author-name \" semantic-release-bot\" --git-author-email \" [email protected] \" gopkg-flow --source=. --dry-run=false --token=env://GITHUB_TOKEN" 2929 cloud-token : ${{ secrets.DAGGER_CLOUD_TOKEN }}
3030
Original file line number Diff line number Diff line change 1+ linters :
2+ disable-all : true
3+ enable :
4+ - govet
5+ - gofmt
6+
7+ linters-settings :
8+ # See the dedicated "linters-settings" documentation section.
9+ option : value
10+ issues :
11+ # See the dedicated "issues" documentation section.
12+ option : value
13+ # output configuration options
14+ output :
15+ # See the dedicated "output" documentation section.
16+ option : value
17+ # Options for analysis running.
18+ run :
19+ # See the dedicated "run" documentation section.
20+ option : value
21+ severity :
22+ # See the dedicated "severity" documentation section.
23+ option : value
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ func TestExtend(t *testing.T) {
3030 }
3131
3232 type testStructEmbedded struct {
33- age int `json:"Age"`
33+ age int
3434 name string
3535 Embedded
3636 }
You can’t perform that action at this time.
0 commit comments