Skip to content

fix(deps): update module github.com/fsnotify/fsnotify to v1.7.0 #86

fix(deps): update module github.com/fsnotify/fsnotify to v1.7.0

fix(deps): update module github.com/fsnotify/fsnotify to v1.7.0 #86

Workflow file for this run

---
name: golangci-lint
on:
push:
branches-ignore: [main]
pull_request:
branches: [main]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.17
- name: Checkout Code
uses: actions/checkout@v4
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest