From 11e262aaf38d73ef6fb637d2f20be54f22218b64 Mon Sep 17 00:00:00 2001 From: seaubot Date: Thu, 28 Mar 2024 00:29:29 +0000 Subject: [PATCH] chore: sync with ecsact_common --- .bazelversion | 2 +- .github/workflows/main.yml | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.bazelversion b/.bazelversion index a3fcc712..21c8c7b4 100644 --- a/.bazelversion +++ b/.bazelversion @@ -1 +1 @@ -7.1.0 +7.1.1 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1a281a55..2dfc0dc7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,13 +9,20 @@ on: - "**" jobs: + typos-check: + name: Typos Check + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: crate-ci/typos@v1.19.0 + formatting-check: name: Formatting Check runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: jidicula/clang-format-action@v4.9.0 - with: { clang-format-version: "16" } + - uses: jidicula/clang-format-action@v4.11.0 + with: { clang-format-version: "18" } test-windows: runs-on: windows-latest