Check cargo fmt in CI.
This commit is contained in:
committed by
Martin Algesten
parent
06abdff4bf
commit
5999421d84
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@@ -3,6 +3,14 @@ on: [push, pull_request]
|
|||||||
name: CI
|
name: CI
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
lint:
|
||||||
|
name: Lint
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- name: Run Rustfmt
|
||||||
|
run: cargo fmt -- --check
|
||||||
|
|
||||||
doc:
|
doc:
|
||||||
name: Docs
|
name: Docs
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user