File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1616 go-version-file : ' go.mod'
1717 - run : sudo apt update && sudo apt install -y libcephfs-dev librbd-dev librados-dev
1818 - name : golangci-lint
19- uses : golangci/golangci-lint-action@v8
20- with :
21- version : v2.1
19+ run : make lint
Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - main
7- pull_request :
8- types : [opened, reopened, synchronize]
7+ pull_request_target :
8+ types : [ opened, reopened, synchronize ]
99
1010jobs :
1111 update_release_draft :
2020 # Drafts your next Release notes as Pull Requests are merged into "main"
2121 - uses : release-drafter/release-drafter@v6
2222 with :
23- disable-releaser : github.ref != 'refs/heads/main'
2423 config-name : release-drafter.yml
2524 env :
2625 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments