Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/serai-dex/serai into ins…
Browse files Browse the repository at this point in the history
…-from-script
  • Loading branch information
akildemir committed Jan 8, 2024
2 parents 3dfa7eb + 3aa8007 commit 26fd8e8
Show file tree
Hide file tree
Showing 260 changed files with 6,849 additions and 6,102 deletions.
2 changes: 1 addition & 1 deletion .github/nightly-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2023-12-01
nightly-2023-12-04
9 changes: 9 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,12 @@ jobs:
- name: Verify Dockerfiles are up to date
# Runs the file which generates them and checks the diff has no lines
run: cd orchestration && ./dockerfiles.sh && git diff | wc -l | grep -x "0"

machete:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
- name: Verify all dependencies are in use
run: |
cargo install cargo-machete
cargo machete
Loading

0 comments on commit 26fd8e8

Please sign in to comment.