Skip to content

add docs for custom x11 config in readme #74

add docs for custom x11 config in readme

add docs for custom x11 config in readme #74

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- '*'
tags-ignore:
- '*'
jobs:
test:
name: Test
strategy:
matrix:
go: [ '1.23' ]
uses: ./.github/workflows/go-test.yml
with:
go-version: ${{ matrix.go }}