Skip to content

Merge pull request #377 from numtide/fix/git-rm-staged-file #130

Merge pull request #377 from numtide/fix/git-rm-staged-file

Merge pull request #377 from numtide/fix/git-rm-staged-file #130

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.57.2
args: --timeout=2m