Skip to content

upgraded cedar to 4.2.0 #92

upgraded cedar to 4.2.0

upgraded cedar to 4.2.0 #92

Workflow file for this run

name: Main CI Workflow
on:
pull_request: # when a PR is submitted
workflow_dispatch: # can be invoked manually
env:
CARGO_TERM_COLOR: always
jobs:
build_and_test:
uses: ./.github/workflows/build_and_test.yml
secrets: inherit
# cargo_semver_checks:
# uses: ./.github/workflows/semantic_version_check.yml
# secrets: inherit