mirror of
https://github.com/chronotope/chrono.git
synced 2025-09-29 22:11:59 +00:00
Add CFF validation job to lint.yml
This commit is contained in:
parent
865e5991b5
commit
a03b2957e2
10
.github/workflows/lint.yml
vendored
10
.github/workflows/lint.yml
vendored
@ -43,3 +43,13 @@ jobs:
|
|||||||
- run: cargo doc --all-features --no-deps
|
- run: cargo doc --all-features --no-deps
|
||||||
env:
|
env:
|
||||||
RUSTDOCFLAGS: -Dwarnings
|
RUSTDOCFLAGS: -Dwarnings
|
||||||
|
|
||||||
|
cffconvert:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
persist-credentials: false
|
||||||
|
- uses: citation-file-format/cffconvert-github-action@2.0.0
|
||||||
|
with:
|
||||||
|
args: --validate
|
||||||
|
Loading…
x
Reference in New Issue
Block a user