Checks the quality of all BibTeX .bib
files in the repository, using bibcop.
name: bibcop
'on':
push:
branches:
- master
pull_request:
branches:
- master
jobs:
bibcop:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@master
- uses: yegor256/bibcop-action@0.0.4
In order to test this action, install GNU make and just run:
make
This should build a new Docker image and then try to use it
in order to render a simple test.tex
document. You need to have
Docker installed.