Skip to content

Feature/library

Feature/library #47

Workflow file for this run

name: pre-commit
on:
pull_request:
jobs:
pre-commit:
name: "Check code quality"
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v4
with:
fetch-depth: 0
token: "${{ secrets.PERSONAL_ACCESS_TOKEN }}"
- name: Run pre-commit
uses: pre-commit/action@v3.0.0
with:
extra_args: --all-files