Skip to content

feat: github actions pipeline, pre-commit (#2) #7

feat: github actions pipeline, pre-commit (#2)

feat: github actions pipeline, pre-commit (#2) #7

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]