Skip to content

Update Rust crate dirs to v6 #154

Update Rust crate dirs to v6

Update Rust crate dirs to v6 #154

Workflow file for this run

name: ci-pr
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
call-workflow-clippy:
name: run clippy github action
uses: mdpadberg/multi-cf/.github/workflows/clippy.yml@main
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
call-workflow-unit-tests:
name: run unit tests
uses: mdpadberg/multi-cf/.github/workflows/unit-tests.yml@main
call-workflow-integration-tests:
name: run integration tests
uses: mdpadberg/multi-cf/.github/workflows/integration-tests.yml@main