Skip to content

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:
  pull_request:
jobs:
  bibcop:
    runs-on: ubuntu-22.04
    steps:
      - uses: actions/checkout@master
      - uses: yegor256/bibcop-action@0.0.1

How to Contribute

In order to test this action, just run:

make test

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.