Skip to content

Commit 95ffc34

Browse files
seaubotzaucy
andauthored
chore: sync with ecsact_common (#239)
Co-authored-by: seaubot <[email protected]> Co-authored-by: Ezekiel Warren <[email protected]>
1 parent 6057488 commit 95ffc34

File tree

5 files changed

+10
-3
lines changed

5 files changed

+10
-3
lines changed

.editorconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
root = true
2+
3+
[*]
4+
end_of_line = lf
5+
insert_final_newline = true
6+

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@v4
23+
- uses: greut/eclint-action@v0
2324
- uses: jidicula/[email protected]
2425
with: { clang-format-version: "18" }
2526

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
key: ${{runner.os}}-bazel-cache
1818
- uses: actions/checkout@v4
1919
- name: Check Module Headers
20-
run: bazel run --config=ci //scripts:check_module_header
20+
run: bazel run --config=ci //scripts:check_module_header

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,4 @@ All notable changes to this project will be documented in this file. See [conven
144144

145145
- - -
146146

147-
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).
147+
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"extends": [
44
"github>ecsact-dev/renovate-config"
55
]
6-
}
6+
}

0 commit comments

Comments
 (0)