Skip to content

fix(ci): Limit parallel jobs launched by the crates workflow #87

fix(ci): Limit parallel jobs launched by the crates workflow

fix(ci): Limit parallel jobs launched by the crates workflow #87

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"'