Skip to content

Commit

Permalink
Merge branch 'development' into feature/cw-orch-interface
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso committed Nov 13, 2024
2 parents b76745e + e7f3e28 commit 6a6b9f2
Show file tree
Hide file tree
Showing 90 changed files with 10,132 additions and 945 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
android: true
dotnet: true
haskell: true
large-packages: false
docker-images: true
swap-storage: true
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down
Loading

0 comments on commit 6a6b9f2

Please sign in to comment.