Skip to content

unit tests for single Glob; fix general build issues #30

unit tests for single Glob; fix general build issues

unit tests for single Glob; fix general build issues #30

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6