Skip to content

add(ci): Check that dependencies have all been published to crates.io on release PRs #2363

add(ci): Check that dependencies have all been published to crates.io on release PRs

add(ci): Check that dependencies have all been published to crates.io on release PRs #2363

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
clippy:
name: Clippy
runs-on: ubuntu-latest
steps:
- run: 'echo "No build required"'
fmt:
name: Rustfmt
runs-on: ubuntu-latest
steps:
- run: 'echo "No build required"'