Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
quite committed Aug 15, 2024
1 parent 5216a5f commit f57c5c9
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,22 @@ jobs:
options: --user 1001
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
#fetch-depth: 0
persist-credentials: false

- uses: actions/setup-go@v5
with:
go-version: stable

- name: build
run: ./build.sh

- name: make lint
run: |
go install golang.org/dl/go1.22.2@latest
$(go env GOPATH)/bin/go1.22.2 download
ln -s $(go env GOPATH)/bin/go1.22.2 $(go env GOPATH)/bin/go
PATH=$(go env GOPATH)/bin:$PATH
make lint
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.60

# - name: check for SPDX tags
# run: ./tools/spdx-ensure

0 comments on commit f57c5c9

Please sign in to comment.