Add use-go-action
This commit is contained in:
8
.gitea/workflow/use-go-action.yaml
Normal file
8
.gitea/workflow/use-go-action.yaml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
name: "Test Go Action"
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
use-go-action:
|
||||||
|
runs-on: arch-linux
|
||||||
|
steps:
|
||||||
|
- name: Use Go Action
|
||||||
|
uses: https://git.danicos.dev/actions/simple-go-action@main
|
||||||
Reference in New Issue
Block a user