Skip to content

test-workflow

test-workflow #1

Workflow file for this run

name: Go
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
architecture: x64
- name: Set up task
uses: pnorton5432/setup-task@v1
- name: Test
run: task test