Skip to content

Workflow file for this run

name: Check Bibliography
on:
pull_request:
branches: [ master ]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: setup python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: install dependencies
run: |
python -m pip install --upgrade pip
pip install wheel
pip install bibtexparser
- name: check the bibliography
run: |
python bibfmt.py check