Skip to content

Add timeout option support to action.yml #20

Add timeout option support to action.yml

Add timeout option support to action.yml #20

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: go.mod
- run: dev/test