Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

replace autolabeler workflow #317

replace autolabeler workflow

replace autolabeler workflow #317

Workflow file for this run

on:
push:
branches:
- master
- main
pull_request:
name: Linter
jobs:
Golint:
runs-on: ubuntu-latest
steps:
- name: Fetch Repository
uses: actions/checkout@v3.5.2
- name: Run Golint
uses: reviewdog/action-golangci-lint@v2
with:
golangci_lint_flags: "--tests=false"