Skip to content

🧪 Fix and Update Test System to be Compatible with CI #895

🧪 Fix and Update Test System to be Compatible with CI

🧪 Fix and Update Test System to be Compatible with CI #895

Workflow file for this run

name: Citation File Validation
on:
push:
branches: [ "main", "dev", "hotfix/update-ci" ]
pull_request:
branches: [ "main", "dev", "hotfix/update-ci" ]
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
- name: Install Checker
run: python3 -m pip install cffconvert
- name: Check Citation File
run: cffconvert --validate