Skip to content

Format

Format #1

Workflow file for this run

# Example workflow
name: Format
on: ["workflow_dispatch"]
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: axel-op/[email protected]
with:
args: "--skip-sorting-imports --replace"