Skip to content

Commit

Permalink
test rate-limits branch
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Mar 5, 2024
1 parent c380b29 commit 1591291
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cpp-lint-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cpp-lint-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1591291

Please sign in to comment.