Skip to content

Add UTF8 non-breaking space to list of chrome quirk strings. #54

Add UTF8 non-breaking space to list of chrome quirk strings.

Add UTF8 non-breaking space to list of chrome quirk strings. #54

Workflow file for this run

name: golangci-lint
on: [push, pull_request]
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.19.x
check-latest: true
- name: Install dependencies
run: |
sudo apt-get install libx11-dev libxfixes-dev --yes
- name: Checkout repo
uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3