Skip to content

Github Action for cite-key-files

Actions
GitHub Action to verify Bibtex cite keys matching file names
0.1
LatestPre-release
Star (1)

Tags

 (1)

cite-key-files

GitHub action to verify Bibtex cite keys match a file

Example

The following action checks whether all Bibtex cite keys are found as files in the directory of the biblography.

name: Verify cite keys
on: push

jobs:
  verify_cite_keys:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v3
      - name: Verify cite keys
        uses: emanuelbuholzer/cite-key-files@cite-key-files
        with:
          bibliography: literature/bibliography.bib

Github Action for cite-key-files is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

GitHub Action to verify Bibtex cite keys matching file names
0.1
LatestPre-release

Tags

 (1)

Github Action for cite-key-files is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.