stefanbringuier / bibtex-biber-action

Check .bib file using biber

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BibTex Validate Biber Action

This action helps you to check the .bib file.

Inputs

filename

Required The name of the file to compile

Note include .bib extension

output-directory

Required The name of the output dir

Example usage

uses: actions/bibtex-biber-action@v1
with:
  filename: 'references.bib'
  output-directory: 'processed'

About

Check .bib file using biber


Languages

Language:Dockerfile 58.4%Language:Shell 41.6%