mirror of
https://github.com/walles/moar.git
synced 2024-11-22 11:45:50 +03:00
Source code first, then CI
This commit is contained in:
parent
8f7f03f9dc
commit
b9ddbb82d5
2
.github/workflows/linux-ci.yml
vendored
2
.github/workflows/linux-ci.yml
vendored
@ -15,4 +15,6 @@ jobs:
|
||||
# commandline below:
|
||||
# https://github.com/golangci/golangci-lint/releases/latest
|
||||
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "$(go env GOPATH)"/bin v1.50.1
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v2
|
||||
- run: ./test.sh
|
||||
|
2
.github/workflows/windows-ci.yml
vendored
2
.github/workflows/windows-ci.yml
vendored
@ -9,5 +9,7 @@ jobs:
|
||||
validate:
|
||||
runs-on: windows-2022
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v2
|
||||
- run: go build
|
||||
- run: go test -timeout 30s ./...
|
||||
|
Loading…
Reference in New Issue
Block a user