Skip to content

Commit

Permalink
less paths
Browse files Browse the repository at this point in the history
  • Loading branch information
awalterschulze committed Sep 22, 2024
1 parent 9758d4a commit 7d4a1cf
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
path: gopath/src/github.com/katydid/validator-go
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Fetch dependencies
run: go mod download -x
with:
path: gopath/src/github.com/katydid/validator-go
- name: Install tools
run: go install -x github.com/goccmack/gocc github.com/awalterschulze/goderive github.com/gogo/protobuf/protoc-gen-gogo
- name: Setup protoc
Expand All @@ -28,29 +24,15 @@ jobs:
run: env && go env && pwd
- name: Generate
run: PATH=$HOME/bin:$PATH make regenerate
with:
path: gopath/src/github.com/katydid/validator-go
- name: Build
run: make build
with:
path: gopath/src/github.com/katydid/validator-go
- name: Test
run: make test
with:
path: gopath/src/github.com/katydid/validator-go
- name: Vet
run: make vet
with:
path: gopath/src/github.com/katydid/validator-go
- name: Errcheck
run: make errcheck
with:
path: gopath/src/github.com/katydid/validator-go
- name: Checklicencse
run: make checklicense
with:
path: gopath/src/github.com/katydid/validator-go
- name: Diff
run: make diff
with:
path: gopath/src/github.com/katydid/validator-go

0 comments on commit 7d4a1cf

Please sign in to comment.