Skip to content

Commit

Permalink
chore: sync with ecsact_common
Browse files Browse the repository at this point in the history
  • Loading branch information
seaubot committed Nov 29, 2024
1 parent 6c67caf commit e00007d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.3.0
7.4.1
1 change: 0 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_size = 4

[*.{cc,hh,cpp,hpp}]
# matching .clang-format IndentWidth
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ jobs:
- uses: actions/checkout@v4
- uses: greut/eclint-action@v0
- uses: jidicula/[email protected]
with: { clang-format-version: "18" }
with: { clang-format-version: "19" }

test-windows:
if: >-
(github.event_name == 'pull_request' && (github.event.pull_request.user.login == 'renovate[bot]' || github.event.pull_request.user.login == 'seaubot'))
|| (github.event_name == 'merge_group' && github.event.pull_request.user.login != 'renovate[bot]' && github.event.pull_request.user.login != 'seaubot')
|| contains(github.event.pull_request.labels.*.name, 'ci:always')
runs-on: windows-latest
steps:
- uses: actions/cache@v4
Expand All @@ -46,6 +47,7 @@ jobs:
if: >-
(github.event_name == 'pull_request' && (github.event.pull_request.user.login == 'renovate[bot]' || github.event.pull_request.user.login == 'seaubot'))
|| (github.event_name == 'merge_group' && github.event.pull_request.user.login != 'renovate[bot]' && github.event.pull_request.user.login != 'seaubot')
|| contains(github.event.pull_request.labels.*.name, 'ci:always')
runs-on: ubuntu-latest
steps:
- uses: actions/cache@v4
Expand Down

0 comments on commit e00007d

Please sign in to comment.