From 85b0ada11bde6fba1818edecf77888479104acbe Mon Sep 17 00:00:00 2001 From: adam-fowler Date: Fri, 15 Nov 2024 15:25:21 +0000 Subject: [PATCH] Update from hummingbird-project-template 299f3faf08a3bfda5e96ef067cde2e5a48619812 --- .editorconfig | 8 ++++++++ .github/workflows/ci.yml | 2 -- .github/workflows/nightly.yml | 2 -- 3 files changed, 8 insertions(+), 4 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 93a3db5..74a2d1b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,8 +39,6 @@ jobs: strategy: matrix: image: ["swift:5.9", "swift:5.10", "swift:6.0"] - - container: image: ${{ matrix.image }} steps: 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: