diff --git a/.github/workflows/lints.yaml b/.github/workflows/lints.yaml index a874f7bd..157490f1 100644 --- a/.github/workflows/lints.yaml +++ b/.github/workflows/lints.yaml @@ -38,8 +38,8 @@ jobs: - name: Install taplo run: nix profile install 'nixpkgs#taplo' - - name: Install clang-tools - run: nix profile install 'nixpkgs#clang-tools' + - name: Install buf + run: nix profile install 'nixpkgs#buf' - name: Run shfmt, shellcheck, checkbashisms uses: luizm/action-sh-checker@v0.8.0 @@ -57,7 +57,7 @@ jobs: --fail-on-change \ --no-cache \ --formatters prettier \ - --formatters clang-format \ + --formatters protobuf-check \ --formatters nix \ --formatters shell \ --formatters hcl \