Skip to content

add package info

add package info #23

Workflow file for this run

name: Format Javadoc
on:
push:
jobs:
format_java_doc:
if: ${{ false }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: pip install -r actions/requirements.txt
- name: Run javadoc formatter
run: |
python ./actions/javadoc_formatter.py -sd . --correct false --fail true