Skip to content

Markdown Example

Repository: janitor-sh/markdown-example

Terminal window
janitor --no-commit

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