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/[email protected]In order to test this action, install GNU make and just run:
makeThis 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.