Skip to content

Fix: State Error String #30

Fix: State Error String

Fix: State Error String #30

Workflow file for this run

---
name: pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v3
- name: Set up Python 3.8
uses: actions/setup-python@v4
with:
python-version: '3.8'
- run: pip install pylint
- name: Run pre-commit
uses: pre-commit/action@v3.0.0