Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Add archlinux CI + Silence compilation warnings on new libxml2 (#93) #31

Add archlinux CI + Silence compilation warnings on new libxml2 (#93)

Add archlinux CI + Silence compilation warnings on new libxml2 (#93) #31

Workflow file for this run

name: lint
on: [push]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.20'
check-latest: true
- uses: golangci/golangci-lint-action@v3
with:
version: v1.54.2