Skip to content

#1002 - add "checkPublicInterface" option to "exported" rule to allow check documentation on public methods on public interfaces #1829

#1002 - add "checkPublicInterface" option to "exported" rule to allow check documentation on public methods on public interfaces

#1002 - add "checkPublicInterface" option to "exported" rule to allow check documentation on public methods on public interfaces #1829

Workflow file for this run

name: Lint
on:
workflow_dispatch:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Run Revive Action
uses: morphy2k/revive-action@v2