This commit is contained in:
Tyrel Souza 2023-07-23 00:10:20 -04:00
parent dbf790b016
commit 7902098837
No known key found for this signature in database
GPG Key ID: F3614B02ACBE438E
1 changed files with 13 additions and 0 deletions

13
action.yml Normal file
View 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