Skip to content

Merge branch 'master' of github.com:nano-interactive/go-utils #100

Merge branch 'master' of github.com:nano-interactive/go-utils

Merge branch 'master' of github.com:nano-interactive/go-utils #100

Workflow file for this run

on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v2
with:
golangci_lint_flags: "--tests=false"