Skip to content

update protoc-gen-go and buf generated files #166

update protoc-gen-go and buf generated files

update protoc-gen-go and buf generated files #166

Workflow file for this run

name: "CI"
on:
push:
branches:
- 'main'
pull_request:
jobs:
"test-and-lint":
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v18
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix-shell ci.nix --run "make test"
- run: nix-shell ci.nix --run "make lint"