Skip to content
book-open

GitHub Action

Github Action for cite-key-files

0.1 Pre-release

Github Action for cite-key-files

book-open

Github Action for cite-key-files

GitHub Action to verify Bibtex cite keys matching file names

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Github Action for cite-key-files

uses: emanuelbuholzer/[email protected]

Learn more about this action in emanuelbuholzer/cite-key-files

Choose a version

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