Skip to content

Make clippy deny warnings #28

Make clippy deny warnings

Make clippy deny warnings #28

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