go
This commit is contained in:
parent
b14e0727ec
commit
2ea6bdce71
5
action.yml
Normal file
5
action.yml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
name: 'Simple Go Action'
|
||||||
|
description: 'A simple Gitea action written in go'
|
||||||
|
runs:
|
||||||
|
using: 'go'
|
||||||
|
main: 'main.go'
|
6
tags
Normal file
6
tags
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
!_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/
|
||||||
|
!_TAG_FILE_SORTED 1 /0=unsorted, 1=sorted, 2=foldcase/
|
||||||
|
!_TAG_PROGRAM_AUTHOR Darren Hiebert /dhiebert@users.sourceforge.net/
|
||||||
|
!_TAG_PROGRAM_NAME Exuberant Ctags //
|
||||||
|
!_TAG_PROGRAM_URL http://ctags.sourceforge.net /official site/
|
||||||
|
!_TAG_PROGRAM_VERSION Development //
|
Reference in New Issue
Block a user