This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
ContractError: added ability to retrieve revert message from bytes #390
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: deps | |
on: | |
push: | |
branches: [master] | |
pull_request: | |
branches: [master] | |
schedule: [cron: "00 00 * * *"] | |
jobs: | |
cargo-deny: | |
name: cargo deny check | |
runs-on: ubuntu-latest | |
timeout-minutes: 30 | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: EmbarkStudios/cargo-deny-action@v1 | |
with: | |
command: check all |