Skip to content

Commit

Permalink
Github Actions for if resources.go is updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
corywalker committed Aug 19, 2023
1 parent 72224ba commit 252ebd4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Expand Up @@ -30,6 +30,9 @@ jobs:
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3.7.0

- name: Check that `go generate ./...` has been run.
run: go install github.com/go-bindata/go-bindata/... && go generate ./expreduce/builtin.go && git diff --quiet

- name: Build
run: go build -v ./...

Expand Down

0 comments on commit 252ebd4

Please sign in to comment.