From aba592bec06bdffe69ba656a3e69c4e1c85c2ea9 Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Mon, 17 Nov 2025 14:36:32 -0800 Subject: [PATCH] [ci] Upgrade to wpiformat 2025.69 (#8394) --- .github/workflows/lint-format.yml | 4 ++-- .styleguide => .wpiformat | 0 .styleguide-license => .wpiformat-license | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename .styleguide => .wpiformat (100%) rename .styleguide-license => .wpiformat-license (100%) diff --git a/.github/workflows/lint-format.yml b/.github/workflows/lint-format.yml index 4a653c2756..0365a5d3da 100644 --- a/.github/workflows/lint-format.yml +++ b/.github/workflows/lint-format.yml @@ -36,7 +36,7 @@ jobs: - name: Install wpiformat run: | python -m venv ${{ runner.temp }}/wpiformat - ${{ runner.temp }}/wpiformat/bin/pip3 install wpiformat==2025.48 + ${{ runner.temp }}/wpiformat/bin/pip3 install wpiformat==2025.69 - name: Run run: ${{ runner.temp }}/wpiformat/bin/wpiformat -default-branch 2027 - name: Check output @@ -78,7 +78,7 @@ jobs: - name: Install wpiformat run: | python -m venv ${{ runner.temp }}/wpiformat - ${{ runner.temp }}/wpiformat/bin/pip3 install wpiformat==2025.48 + ${{ runner.temp }}/wpiformat/bin/pip3 install wpiformat==2025.69 - name: Create compile_commands.json run: | ./gradlew generateCompileCommands -Ptoolchain-optional-roboRio diff --git a/.styleguide b/.wpiformat similarity index 100% rename from .styleguide rename to .wpiformat diff --git a/.styleguide-license b/.wpiformat-license similarity index 100% rename from .styleguide-license rename to .wpiformat-license