Skip to content

Fix CamelCase, add pre-commit dependency #13

Fix CamelCase, add pre-commit dependency

Fix CamelCase, add pre-commit dependency #13

Workflow file for this run

name: Pre-commit linter
on: push
jobs:
run-linters:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Set up pre-commit Cache
uses: pre-commit/[email protected]