Skip to content

Commit

Permalink
test: make GitHub use same version of clang-format as I am locally
Browse files Browse the repository at this point in the history
  • Loading branch information
wincent committed Oct 15, 2023
1 parent 660d241 commit 479306a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lua.yml
Expand Up @@ -19,9 +19,9 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
args: --check .
version: "0.14.0"
- uses: jidicula/clang-format-action@v4.8.0
- uses: jidicula/clang-format-action@v4.11.0
with:
clang-format-version: "14"
clang-format-version: "17"
check-path: lua

test:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yaml
Expand Up @@ -14,9 +14,9 @@ jobs:
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
steps:
- uses: actions/checkout@v3
- uses: jidicula/clang-format-action@v4.8.0
- uses: jidicula/clang-format-action@v4.11.0
with:
clang-format-version: "14"
clang-format-version: "17"
check-path: ruby

test:
Expand Down

0 comments on commit 479306a

Please sign in to comment.