Skip to content

chore(deps): bump lewagon/wait-on-check-action from 1.6.0 to 1.6.1 #349

chore(deps): bump lewagon/wait-on-check-action from 1.6.0 to 1.6.1

chore(deps): bump lewagon/wait-on-check-action from 1.6.0 to 1.6.1 #349

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@v6
- name: Run Golint
uses: reviewdog/action-golangci-lint@v2
with:
golangci_lint_flags: "--tests=false"