Skip to content

refactor: move functions out of AutoGGUF #103

refactor: move functions out of AutoGGUF

refactor: move functions out of AutoGGUF #103

Workflow file for this run

name: Black
on:
push:
paths:
- '**.py'
pull_request:
paths:
- '**.py'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "./src"