Skip to content

Commit

Permalink
fix: changes in silo commands (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksuss committed Oct 24, 2023
1 parent 7a8551b commit 572b0fa
Show file tree
Hide file tree
Showing 9 changed files with 373 additions and 326 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
script: scripts/simple-silo.sh
steps:
- name: Checkout sources
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install aurora-cli (Advanced CLI)
uses: actions-rs/cargo@v1
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Run rustfmt
uses: actions-rs/cargo@v1
with:
Expand All @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Run clippy simple
uses: actions-rs/clippy-check@v1
with:
Expand All @@ -52,7 +52,7 @@ jobs:
os: windows-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Run tests simple
uses: actions-rs/cargo@v1
with:
Expand Down
Loading

0 comments on commit 572b0fa

Please sign in to comment.