Skip to content

test branch commit (try 3) #4

test branch commit (try 3)

test branch commit (try 3) #4

Workflow file for this run

name: KDoc Check
on: pull_request
jobs:
kdoc-validation:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Run KDoc check script
run: python kdoc_check.py