generated from seanpm2001/Template_Other_V7
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaction.yml
33 lines (27 loc) · 900 Bytes
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Start of script
# action.yml (the workflow file for this project)
name: "Go! automation (GitHub action)"
description: "A GitHub action for the Go! programming language (by Francis McCabe, 2004)"
branding:
icon: 'moon'
color: 'borange'
inputs:
go-Version:
description: "The version of GO! to install, must be available on https://github.com/fgmccabe/go/"
required: false
default: "2015"
luaCompileFlags:
description: "Command line flags passed to make when building Go!"
required: false
buildCache:
description: "Set to 'false' to skip restoring .lua from cache and always compile it"
required: false
default: 'true'
runs:
using: 'unknown'
main: 'Main.py'
# File info
# File type: YAML source file (*.yml *.yaml)
# File version: 1 (2021, Monday, December 20th at 4:14 pm)
# Line count (including blank lines and compiler line): 34
# End of script