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 121e14c..6a19765 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,8 +20,6 @@ jobs: strategy: matrix: image: ["swift:5.9", "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: