Skip to content

fix(deps): update module github.com/bmatcuk/doublestar/v4 to v4.7.1 #3939

fix(deps): update module github.com/bmatcuk/doublestar/v4 to v4.7.1

fix(deps): update module github.com/bmatcuk/doublestar/v4 to v4.7.1 #3939

Workflow file for this run

name: Lint (pre-commit)
on:
push:
branches:
- main
paths-ignore:
- "**/*.md"
- "LICENSE"
pull_request:
branches:
- main
paths-ignore:
- "**/*.md"
- "LICENSE"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Install Go
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
with:
go-version: v1.22.x
cache: true
- run: go run mage.go lint