From 95ffc34d5813dd571b082d75cf18e943f89a6c09 Mon Sep 17 00:00:00 2001 From: seaubot <81010316+seaubot@users.noreply.github.com> Date: Fri, 17 May 2024 11:30:18 -0700 Subject: [PATCH] chore: sync with ecsact_common (#239) Co-authored-by: seaubot Co-authored-by: Ezekiel Warren --- .editorconfig | 6 ++++++ .github/workflows/main.yml | 1 + .github/workflows/validate.yml | 2 +- CHANGELOG.md | 2 +- renovate.json | 2 +- 5 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..9b1aeaec --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true + diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 159ff05d..9da7aac1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,6 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + - uses: greut/eclint-action@v0 - uses: jidicula/clang-format-action@v4.11.0 with: { clang-format-version: "18" } diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 8c19e0bf..cde6c59a 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -17,4 +17,4 @@ jobs: key: ${{runner.os}}-bazel-cache - uses: actions/checkout@v4 - name: Check Module Headers - run: bazel run --config=ci //scripts:check_module_header \ No newline at end of file + run: bazel run --config=ci //scripts:check_module_header diff --git a/CHANGELOG.md b/CHANGELOG.md index d8c49c64..5a3f3e38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -144,4 +144,4 @@ All notable changes to this project will be documented in this file. See [conven - - - -Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto). \ No newline at end of file +Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto). diff --git a/renovate.json b/renovate.json index fa1abeb9..25b1be31 100644 --- a/renovate.json +++ b/renovate.json @@ -3,4 +3,4 @@ "extends": [ "github>ecsact-dev/renovate-config" ] -} \ No newline at end of file +}