Skip to content

Automated checking of BibTeX .bib files for style correctness (with the help of bibcop from CTAN)

License

Notifications You must be signed in to change notification settings

yegor256/bibcop-action

Repository files navigation

Bibcop Github Action

test License

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

How to Contribute

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.

About

Automated checking of BibTeX .bib files for style correctness (with the help of bibcop from CTAN)

Topics

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •