This repository has been archived on 2023-08-25. You can view files and clone it, but cannot push or open issues or pull requests.
test-simple-go-action/action.yml

14 lines
292 B
YAML

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@main