Skip to content

Implement policy filtering for providers #102

Implement policy filtering for providers

Implement policy filtering for providers #102

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