parent
ad15968837
commit
1e65e2f120
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -20,6 +20,15 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version: 1.18
|
go-version: 1.18
|
||||||
|
|
||||||
|
- name: Run go mod download
|
||||||
|
run: go mod download
|
||||||
|
|
||||||
|
- name: Get go-licenses
|
||||||
|
run: go install github.com/google/go-licenses@latest
|
||||||
|
|
||||||
|
- name: Run go-licenses
|
||||||
|
run: go-licenses check github.com/alcionai/corso --ignore github.com/alcionai/corso
|
||||||
|
|
||||||
- name: Run gofmt
|
- name: Run gofmt
|
||||||
run: if [ "$(gofmt -s -l . | wc -l)" -gt 0 ]; then exit 1; fi
|
run: if [ "$(gofmt -s -l . | wc -l)" -gt 0 ]; then exit 1; fi
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user