Skip to content

fix: cleanup doc8 config, changelogs, and readme file #9

fix: cleanup doc8 config, changelogs, and readme file

fix: cleanup doc8 config, changelogs, and readme file #9

Workflow file for this run

name: Check
on:
workflow_dispatch:
pull_request:
push:
branches:
- master
jobs:
pre-commit:
name: pre-commit
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.9'
- uses: pre-commit/[email protected]
id: precommit
- name: Upload pre-commit changes
if: failure() && steps.precommit.outcome == 'failure'
uses: rhaschke/upload-git-patch-action@main
with:
name: pre-commit