Skip to content

Commit

Permalink
Add format step to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed Dec 12, 2023
1 parent e04b083 commit 651266e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
run: |
go install honnef.co/go/tools/cmd/staticcheck@latest &&
$HOME/go/bin/staticcheck &&
make vet
make vet &&
make codegen-format
test:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -77,4 +78,4 @@ jobs:
- uses: stripe/openapi/actions/notify-release@master
if: always()
with:
bot_token: ${{ secrets.SLACK_BOT_TOKEN }}
bot_token: ${{ secrets.SLACK_BOT_TOKEN }}

0 comments on commit 651266e

Please sign in to comment.