Compare commits
1 commit
master
...
feat/make_
Author | SHA1 | Date | |
---|---|---|---|
f25b601e0a |
2 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,7 @@ jobs:
|
|||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: '${{ matrix.go_versions }}'
|
||||
cache: true
|
||||
|
||||
- name: Build CLI
|
||||
run: make bin/frostfs-cli
|
||||
|
|
|
@ -14,6 +14,7 @@ jobs:
|
|||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: '1.22'
|
||||
cache: true
|
||||
|
||||
- name: Run commit format checker
|
||||
uses: https://git.frostfs.info/TrueCloudLab/dco-go@v3
|
||||
|
|
Loading…
Reference in a new issue