From 1591291e7ef8f3751728bf6915c55ade029decb6 Mon Sep 17 00:00:00 2001 From: Brendan <2bndy5@gmail.com> Date: Tue, 5 Mar 2024 04:58:29 -0800 Subject: [PATCH] test rate-limits branch --- .github/workflows/cpp-lint-action.yml | 2 +- .github/workflows/cpp-lint-package.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cpp-lint-action.yml b/.github/workflows/cpp-lint-action.yml index 062c805..30802b5 100644 --- a/.github/workflows/cpp-lint-action.yml +++ b/.github/workflows/cpp-lint-action.yml @@ -33,7 +33,7 @@ jobs: run: mkdir build && cmake -Bbuild src - name: Run linter as action - uses: cpp-linter/cpp-linter-action@dependabot/pip/cpp-linter-1.7.0 + uses: cpp-linter/cpp-linter-action@v2 id: linter env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/cpp-lint-package.yml b/.github/workflows/cpp-lint-package.yml index bca1c2e..a067729 100644 --- a/.github/workflows/cpp-lint-package.yml +++ b/.github/workflows/cpp-lint-package.yml @@ -17,7 +17,7 @@ jobs: matrix: clang-version: ['10', '11', '12', '13', '14', '15', '16', '17'] repo: ['cpp-linter/cpp-linter'] - branch: ['address-75'] # ['${{ inputs.branch }}'] + branch: ['rate-limits'] # ['${{ inputs.branch }}'] fail-fast: false steps: