init
This commit is contained in:
parent
dbf790b016
commit
7902098837
13
action.yml
Normal file
13
action.yml
Normal file
@ -0,0 +1,13 @@
|
||||
name: 'Test Go Action'
|
||||
on: [push]
|
||||
jobs:
|
||||
use-go-action:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: '1.20'
|
||||
|
||||
- name: Use Go Action
|
||||
uses: https://gitea.tyrel.dev/tyrel/simple-go-action
|
Reference in New Issue
Block a user