Skip to content

chore(docs): add minor clarifying docs on FIP-0100 power & fee use #254

chore(docs): add minor clarifying docs on FIP-0100 power & fee use

chore(docs): add minor clarifying docs on FIP-0100 power & fee use #254

Workflow file for this run

# This workflow will run `cargo-deny`, checking for dependency issues related to licensing, known vulnerabilities, and more.
# The configuration file is in [deny.toml](../../deny.toml).
name: Cargo Deny
on:
push:
branches:
- master
pull_request:
merge_group:
jobs:
cargo-deny:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v2
with:
rust-version: "1.81.0"