mirror of https://github.com/leafspark/AutoGGUF
ci: add formatting check
This commit is contained in:
parent
247f8c1c45
commit
33275f13a2
|
@ -0,0 +1,14 @@
|
|||
name: Black
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v2
|
||||
- uses: psf/black@stable
|
||||
with:
|
||||
options: "--check --verbose"
|
||||
src: "./src"
|
Loading…
Reference in New Issue