Skip to content

feat: github actions pipeline, pre-commit config #5

feat: github actions pipeline, pre-commit config

feat: github actions pipeline, pre-commit config #5

Workflow file for this run

---
name: pre-commit
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]