Skip to content

Commit

Permalink
ci(actions): replace clang-format with protobuf-check
Browse files Browse the repository at this point in the history
  • Loading branch information
xrelkd committed Jul 1, 2024
1 parent acb7672 commit d38c2ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -57,7 +57,7 @@ jobs:
--fail-on-change \
--no-cache \
--formatters prettier \
--formatters clang-format \
--formatters protobuf-check \
--formatters nix \
--formatters shell \
--formatters hcl \
Expand Down

0 comments on commit d38c2ce

Please sign in to comment.