diff --git a/action.yml b/action.yml new file mode 100644 index 0000000..614345d --- /dev/null +++ b/action.yml @@ -0,0 +1,14 @@ +name: LaTeX formatting +description: Format all latex files +author: Janis Hutz +inputs: + workdir: + description: Directory to format in +runs: + using: docker + image: git.janishutz.com/registry/latex-format:latest + args: + - ${{ inputs.workdir }} +branding: + icon: book + color: red