Skip to content

Use Github actions to add issues to project. #3

Use Github actions to add issues to project.

Use Github actions to add issues to project. #3

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: '1.20'
- uses: actions/checkout@v3
- uses: n8maninger/action-golang-test@v1