Skip to content

Commit

Permalink
Grab ownership of task-bunny for Quantum
Browse files Browse the repository at this point in the history
  • Loading branch information
sturmer authored and github-review-helper committed Dec 12, 2024
1 parent f1a6929 commit 3fc32c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @salemove/tm-quantum
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
strategy:
matrix:
include:
- pair:
elixir: '1.11'
otp: '23.0'
- pair:
elixir: '1.12'
otp: '24.0'
Expand All @@ -36,7 +33,7 @@ jobs:
otp-version: ${{matrix.pair.otp}}
elixir-version: ${{matrix.pair.elixir}}

- uses: actions/cache@v2
- uses: actions/cache@v4.2.0
with:
path: |
deps
Expand Down

0 comments on commit 3fc32c0

Please sign in to comment.