Add action.yaml

This commit is contained in:
Santiago Lo Coco 2022-02-27 18:10:03 -03:00
parent 191d5b41ea
commit ba3cfbe595
1 changed files with 19 additions and 0 deletions

19
action.yaml Normal file
View File

@ -0,0 +1,19 @@
name: Calbuilder
author: Santiago Lo Coco
description: Makepkg build, namcap check and generate .SRCINFO
branding:
color: green
icon: zap
inputs:
pkgDir:
description: "PKGBUILD directory relative path."
required: false
default: "."
outputs:
srcInfo:
description: "Generated .SRCINFO"
pkgFile:
description: "Built package file."
runs:
using: 'docker'
image: 'Dockerfile'