Skip to content

Commit

Permalink
Update from hummingbird-project-template 9627528185498f87d487c1ed232b…
Browse files Browse the repository at this point in the history
…2d9b28d7b5a6
  • Loading branch information
adam-fowler authored Nov 15, 2024
1 parent 12021c1 commit 67db583
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 8 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
root = true

[*]
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
-ignore-filename-regex="\/Benchmarks\/" \
-instr-profile=.build/debug/codecov/default.profdata > info.lcov
- name: Upload to codecov.io
uses: codecov/codecov-action@v5
uses: codecov/codecov-action@v4
with:
file: info.lcov
linux:
Expand All @@ -39,8 +39,6 @@ jobs:
strategy:
matrix:
image: ["swift:5.9", "swift:5.10", "swift:6.0"]


container:
image: ${{ matrix.image }}
steps:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
strategy:
matrix:
image: ['nightly-focal', 'nightly-jammy', 'nightly-amazonlinux2']


container:
image: swiftlang/swift:${{ matrix.image }}
steps:
Expand Down

0 comments on commit 67db583

Please sign in to comment.