Skip to content

fix: remove config file fd leak #353

fix: remove config file fd leak

fix: remove config file fd leak #353

Workflow file for this run

name: Lint
on:
pull_request:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
- run: go run mage.go lint