Skip to content

Merge branch 'main' into hangkun/poc #12

Merge branch 'main' into hangkun/poc

Merge branch 'main' into hangkun/poc #12

Workflow file for this run

name: "winrt-go test"
on:
push:
jobs:
# but tests only run on windows
test-windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.18.2
- name: init
run: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/v1.46.2/install.sh | sh -s -- -b "$(go env GOPATH)/bin" v1.46.2
- name: test
run: make test