initialize and start on utils work #609
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Format Javadoc | |
on: | |
push: | |
jobs: | |
format_java_doc: | |
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 false |