Skip to content

fix(windows): GetKeyboardLayout/ToUnicodeEx don't return errors #10

fix(windows): GetKeyboardLayout/ToUnicodeEx don't return errors

fix(windows): GetKeyboardLayout/ToUnicodeEx don't return errors #10

Workflow file for this run

# auto-generated by scripts/dependabot. DO NOT EDIT.
name: ansi
on:
push:
branches:
- main
pull_request:
paths:
- ansi/**
- .github/workflows/ansi.yml
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
defaults:
run:
working-directory: ./ansi
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: ./ansi/go.mod
cache: true
cache-dependency-path: ./ansi/go.sum
- run: go build -v ./...
- run: go test -race -v ./...