Skip to content

hotfix: fix ignore emergency parameter not working #96

hotfix: fix ignore emergency parameter not working

hotfix: fix ignore emergency parameter not working #96

Workflow file for this run

name: pre-commit
on:
pull_request:
workflow_dispatch:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Python
uses: actions/setup-python@v2
- name: Run pre-commit
uses: pre-commit/[email protected]