Skip to content

Commit

Permalink
Merge pull request #56 from oasisprotocol/kostko/feature/release-3.2.…
Browse files Browse the repository at this point in the history
…1-testnet

runtime: Prepare 3.2.1-testnet
  • Loading branch information
kostko authored Jan 10, 2025
2 parents 57276d8 + 95ee129 commit 41c0497
Show file tree
Hide file tree
Showing 3 changed files with 504 additions and 298 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/ci-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo audit

- name: Install cargo audit
uses: taiki-e/install-action@v2
with:
tool: cargo-audit

- name: Audit dependencies
run: cargo audit
Loading

0 comments on commit 41c0497

Please sign in to comment.