Skip to content

change(dev doc): Document how to change branch protection rules #80

change(dev doc): Document how to change branch protection rules

change(dev doc): Document how to change branch protection rules #80

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