Skip to content

Commit

Permalink
Update from hummingbird-project-template b5c332c3bd76235c1eac8d040c42…
Browse files Browse the repository at this point in the history
…93072d17d2db (#33)

Co-authored-by: adam-fowler <[email protected]>
  • Loading branch information
hummingbird-automation[bot] and adam-fowler authored Nov 15, 2024
1 parent e68f57b commit 42a3f9a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 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
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,15 @@ jobs:
strategy:
matrix:
image: ["swift:5.9", "swift:5.10", "swift:6.0"]

container:
image: ${{ matrix.image }}
services:
redis:
image: redis
ports:
- 6379:6379
options: --entrypoint redis-server

container:
image: ${{ matrix.image }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -48,4 +47,4 @@ jobs:
- name: Upload to codecov.io
uses: codecov/codecov-action@v5
with:
file: info.lcov
files: info.lcov
5 changes: 2 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,15 @@ jobs:
strategy:
matrix:
image: ['nightly-focal', 'nightly-jammy', 'nightly-amazonlinux2']

container:
image: swiftlang/swift:${{ matrix.image }}
services:
redis:
image: redis
ports:
- 6379:6379
options: --entrypoint redis-server

container:
image: swiftlang/swift:${{ matrix.image }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 42a3f9a

Please sign in to comment.