Skip to content

all files and reference names should be exactly the same and lower case #95

all files and reference names should be exactly the same and lower case

all files and reference names should be exactly the same and lower case #95

Workflow file for this run

name: Pre-commit CI
on: [push, pull_request]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version-file: '.python-version'
cache: 'pip'
- name: Install dependencies
run: pip install -r requirements.txt
- name: pre-commit
uses: pre-commit/[email protected]