Skip to content

fix: Unknown key: 161 on AZERTY keyboard #679

fix: Unknown key: 161 on AZERTY keyboard

fix: Unknown key: 161 on AZERTY keyboard #679

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: Lint
runs-on: macos-latest
steps:
- name: Check out source code
uses: actions/checkout@v4
- name: Setup
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache: true
- name: Lint
uses: golangci/golangci-lint-action@v4
with:
version: v1.54.2