Skip to content

Merge pull request #17 from nano-interactive/new-func #102

Merge pull request #17 from nano-interactive/new-func

Merge pull request #17 from nano-interactive/new-func #102

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"