Skip to content

Commit

Permalink
ci: run build and git diff in same github workflow job (#128)
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Timmerman <timmerman+devrel@google.com>
  • Loading branch information
grant authored Dec 14, 2020
1 parent f61283b commit 192b151
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,5 @@ jobs:
go-version: '1.14'
# Run the generators
- run: ./scripts/gen.sh
validate:
runs-on: ubuntu-18.04
steps:
- name: Check out our repo
uses: actions/checkout@v2
# Ensure there is no diff, otherwise we need to run the generator.
- run: git diff --exit-code .

0 comments on commit 192b151

Please sign in to comment.