Skip to content

chore(deps): bump github.com/fsnotify/fsnotify from 1.7.0 to 1.8.0 #4

chore(deps): bump github.com/fsnotify/fsnotify from 1.7.0 to 1.8.0

chore(deps): bump github.com/fsnotify/fsnotify from 1.7.0 to 1.8.0 #4

Workflow file for this run

name: K9s Lint
on:
pull_request:
branches: [ master ]
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/[email protected]
- name: Install Go
uses: actions/[email protected]
with:
go-version-file: go.mod
cache-dependency-path: go.sum
- name: Lint
uses: golangci/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-check