Markdown Example
Repository: janitor-sh/markdown-example
Validate janitor locally
Section titled “Validate janitor locally”janitor --no-commitCI behavior
Section titled “CI behavior”The example workflow runs on pushes and pull requests to main and executes janitor using rumdl:
- name: Install rumdl run: cargo install rumdl
- uses: janitor-sh/action@v1 with: github_token: ${{ secrets.GITHUB_TOKEN }} tool: "rumdl"
- name: Push Janitor commit run: git push