Skip to content

Commit

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

runtime: Prepare 0.9.1-testnet
  • Loading branch information
kostko authored Jan 10, 2025
2 parents 91341a5 + 038941c commit 7a9e452
Show file tree
Hide file tree
Showing 3 changed files with 515 additions and 303 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/ci-audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,11 @@ jobs:
working-directory: ./runtime
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 7a9e452

Please sign in to comment.