File tree Expand file tree Collapse file tree 1 file changed +4
-24
lines changed Expand file tree Collapse file tree 1 file changed +4
-24
lines changed Original file line number Diff line number Diff line change 5
5
- master
6
6
7
7
jobs :
8
- static-analysis :
9
- name : Static Analysis
8
+ trunk-code-quality :
9
+ name : Trunk Code Quality
10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout code
13
13
uses : actions/checkout@v4
14
14
15
- - name : Setup just
16
- uses : extractions/setup-just@v2
17
- env :
18
- github_token : ${{ github.token }}
19
-
20
- - name : Setup go
21
- uses : actions/setup-go@v5
22
- with :
23
- go-version-file : ./go.mod
24
-
25
- - name : Setup golangci-lint
26
- uses : golangci/golangci-lint-action@v6
27
-
28
- - name : Run lint
29
- run : |
30
- just lint
15
+ - name : Trunk Code Quality
16
+ uses : trunk-io/trunk-action@v1
31
17
32
18
- name : Ensure go mod tidy
33
19
run : |
34
20
go mod tidy -diff
35
-
36
- - name : Check spelling
37
- uses : streetsidesoftware/cspell-action@v6
38
-
39
- - name : Lint YAML
40
- uses : karancode/yamllint-github-action@master
You can’t perform that action at this time.
0 commit comments