Skip to content

Re-exported the 'json' crate from this crate, because it is used in t… #167

Re-exported the 'json' crate from this crate, because it is used in t…

Re-exported the 'json' crate from this crate, because it is used in t… #167

Workflow file for this run

name: "CI"
on:
push:
branches: ['**']
pull_request:
release:
types: [published]
schedule:
- cron: "19 1 * * 1"
jobs:
cargo-workflow:
name: "CI"
uses: ./.github/workflows/cargo-workflow.yaml
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}