Skip to content

contracts: Update Celer MessageBus address for Sapphire Mainnet (#157) #137

contracts: Update Celer MessageBus address for Sapphire Mainnet (#157)

contracts: Update Celer MessageBus address for Sapphire Mainnet (#157) #137

Workflow file for this run

# NOTE: This name appears in GitHub's Checks API and in workflow's status badge.
name: ci-audit
# Trigger the workflow when:
on:
# A push modifies one of the matches files.
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
jobs:
audit:
# NOTE: This name appears in GitHub's Checks API.
name: audit
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./runtime
steps:
- uses: actions/checkout@v3
- run: cargo audit