Skip to content

custom x11 config feature #63

custom x11 config feature

custom x11 config feature #63

Workflow file for this run

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