mirror of
https://github.com/chronotope/chrono.git
synced 2025-09-28 13:31:35 +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
|
||||
env:
|
||||
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