Skip to content

Merge pull request #67 from ropensci/subc #174

Merge pull request #67 from ropensci/subc

Merge pull request #67 from ropensci/subc #174

Workflow file for this run

on:
push:
paths:
- CITATION.cff
workflow_dispatch:
name: CITATION.cff
jobs:
Validate-CITATION-cff:
runs-on: ubuntu-latest
name: Validate CITATION.cff
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Validate CITATION.cff
uses: dieghernan/cff-validator@main