Skip to content

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

#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 #530

Workflow file for this run

name: Build
on:
workflow_dispatch:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: build
run: make build