← back to Exo

.github/actions/regenerate-protobufs/action.yml

11 lines

name: Regenerate Protobufs

description: "Regenerate protobuf files"

runs:
  using: "composite"
  steps:
    - name: Regenerate protobufs
      run: nix --extra-experimental-features nix-command --extra-experimental-features flakes develop -c just regenerate-protobufs
      shell: bash