Skip to content

Remove duplicates

Remove duplicates #9

Workflow file for this run

name: Formatter
on:
pull_request:
push:
env:
SKIP: pylint
jobs:
Formatter:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/[email protected]
with:
ref: ${{ github.head_ref }}
- uses: actions/[email protected]
- uses: pre-commit/[email protected]
- uses: stefanzweifel/[email protected]
with:
commit_message: "Run formatters"