From 5ede5c8becffdc4ff6426005d3525650390b5903 Mon Sep 17 00:00:00 2001 From: TapTap Date: Sun, 19 Jul 2026 16:01:48 +0200 Subject: [PATCH] ci: use fastsync-ci:v7 image with cppcheck and clang-format pre-installed --- .gitea/workflows/ci.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 19713ad..99f3e04 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -5,14 +5,11 @@ on: [push, pull_request] jobs: lint: runs-on: ubuntu-latest - container: gitea.tap-tap.win/taptap/fastsync-ci:v6 + container: gitea.tap-tap.win/taptap/fastsync-ci:v7 steps: - name: Checkout uses: actions/checkout@v4 - - name: Install lint tools - run: apt-get update && apt-get install -y cppcheck clang-format - - name: clang-format check run: clang-format --dry-run --Werror src/ tests/ @@ -21,7 +18,7 @@ jobs: build-and-test: runs-on: ubuntu-latest - container: gitea.tap-tap.win/taptap/fastsync-ci:v6 + container: gitea.tap-tap.win/taptap/fastsync-ci:v7 needs: lint steps: - name: Checkout @@ -41,7 +38,7 @@ jobs: sanitizers: runs-on: ubuntu-latest - container: gitea.tap-tap.win/taptap/fastsync-ci:v6 + container: gitea.tap-tap.win/taptap/fastsync-ci:v7 needs: lint strategy: matrix: