zebra/.github/workflows/lint.patch.yml

24 lines
354 B
YAML
Raw Normal View History

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"'
2022-06-20 16:30:48 -07:00
docs:
name: Rust doc
runs-on: ubuntu-latest
steps:
- run: 'echo "No build required"'