Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove generated files
  • Loading branch information
simeongelovski committed Apr 8, 2026
commit 4d8a150310c4aaa0dc1fc73dd27fd1deb4c7a5b0
29 changes: 29 additions & 0 deletions .github/workflows/proto-verify.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Proto generation check

on:
pull_request:
branches:
- main

jobs:
make-proto:
name: Run make proto
runs-on: ${{ contains(github.server_url, 'github.com') && 'ubuntu-latest' || fromJSON('["self-hosted"]') }}

steps:
- name: Check out repository
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.13"

- name: Install buf
uses: bufbuild/buf-setup-action@v1

- name: Verify buf
run: buf --version

- name: Run make proto
run: make proto
Empty file removed src/buf/validate/__init__.py
Empty file.
465 changes: 0 additions & 465 deletions src/buf/validate/validate_pb2.py

This file was deleted.

650 changes: 0 additions & 650 deletions src/buf/validate/validate_pb2.pyi

This file was deleted.

Empty file.
Empty file.
Empty file.
Empty file.

This file was deleted.

This file was deleted.

Empty file.
Empty file.

This file was deleted.

Loading
Loading