Skip to content

feat: add computegraph crate #9

feat: add computegraph crate

feat: add computegraph crate #9

Workflow file for this run

name: Run cargo-deny
on:
workflow_call:
workflow_dispatch:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
cargo-deny:
runs-on: ubuntu-latest
steps:
- name: Fetch Repository
uses: actions/checkout@v4
- name: Install stable toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Cargo deny
uses: EmbarkStudios/cargo-deny-action@v1