Add action
This commit is contained in:
14
action.yml
Normal file
14
action.yml
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user