From ffecbbcda074d018630f27a51bf6bae1a69798af Mon Sep 17 00:00:00 2001 From: adam-fowler Date: Fri, 15 Nov 2024 15:26:03 +0000 Subject: [PATCH] Update from hummingbird-project-template b5c332c3bd76235c1eac8d040c4293072d17d2db --- .editorconfig | 8 ++++++++ .github/workflows/ci.yml | 4 +--- .github/workflows/nightly.yml | 2 -- 3 files changed, 9 insertions(+), 5 deletions(-) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..08891d8 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true \ No newline at end of file diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36f22a7..15fc1d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,8 +20,6 @@ jobs: strategy: matrix: image: ["swift:5.10", "swift:6.0"] - - container: image: ${{ matrix.image }} steps: @@ -40,4 +38,4 @@ jobs: - name: Upload to codecov.io uses: codecov/codecov-action@v5 with: - file: info.lcov + files: info.lcov diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 08e92b3..0361643 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -10,8 +10,6 @@ jobs: strategy: matrix: image: ['nightly-focal', 'nightly-jammy', 'nightly-amazonlinux2'] - - container: image: swiftlang/swift:${{ matrix.image }} steps: