Skip to content

chore(deps): bump google.golang.org/protobuf from 1.30.0 to 1.33.0 (#58) #92

chore(deps): bump google.golang.org/protobuf from 1.30.0 to 1.33.0 (#58)

chore(deps): bump google.golang.org/protobuf from 1.30.0 to 1.33.0 (#58) #92

Workflow file for this run

name: Test Nix Flake build
on:
workflow_dispatch:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-23.05
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix build . --show-trace
- run: nix flake check