Skip to content

Commit

Permalink
chore(ci): reuse generate workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tmzane committed Oct 10, 2023
1 parent 6d5d7c6 commit 48789fb
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,4 @@ jobs:
vuln:
uses: go-simpler/.github/.github/workflows/vuln.yml@main
generate:
runs-on: ubuntu-latest
steps:
# https://github.com/actions/setup-go
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: stable

# https://github.com/actions/checkout
- name: Checkout code
uses: actions/checkout@v4

- name: Generate code
run: go generate ./... && git diff --exit-code
uses: go-simpler/.github/.github/workflows/generate.yml@main

0 comments on commit 48789fb

Please sign in to comment.