Skip to content

[pull] main from the-turing-way:main #58

[pull] main from the-turing-way:main

[pull] main from the-turing-way:main #58

name: Validate citation file
on:
push:
branches:
- main
pull_request:
paths:
- CITATION.cff
jobs:
validate:
name: "validate"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Validate CITATION.cff
uses: citation-file-format/[email protected]
with:
args: "--validate"