Skip to content

docs: replace level=logging.ERROR with event_level=logging.ERROR in README.md #89

docs: replace level=logging.ERROR with event_level=logging.ERROR in README.md

docs: replace level=logging.ERROR with event_level=logging.ERROR in README.md #89

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
pre-commit:
name: Run pre-commit hooks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]
commitsar:
name: Verify commit messages
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Run commitsar
uses: aevea/[email protected]