Skip to content

use exists instead of missing and support eq empty string. #17

use exists instead of missing and support eq empty string.

use exists instead of missing and support eq empty string. #17

Workflow file for this run

name: reviewdog
on: [pull_request]
jobs:
golangci-lint:
name: runner / golangci-lint
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v1
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v1
with:
golangci_lint_flags: "--enable-all --exclude-use-default=false"