Skip to content

Commit

Permalink
feat: remove codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
davideimola committed Dec 28, 2023
1 parent 5a8f340 commit b659e8c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,21 +46,3 @@ jobs:
- uses: bufbuild/buf-breaking-action@v1
with:
against: "https://github.com/${GITHUB_REPOSITORY}.git#branch=main"
codegen:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
- name: Prepare
run: make install-tools
- name: generate
run: make generate
- name: check diff
run: git diff --exit-code
10 changes: 0 additions & 10 deletions tools.go

This file was deleted.

0 comments on commit b659e8c

Please sign in to comment.