Skip to content

Commit

Permalink
Update black.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mbradle authored Aug 27, 2023
1 parent 0221ef1 commit 85b05b6
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,17 @@
name: black
name: Lint

on:
push:
branches:
- brad

jobs:
test:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
- name: Setup Python
uses: actions/setup-python@v3
with:
python-version: "3.x"
- name: install dependencies
run: |
pip install black
- name: run black
run: |
black --line-length=79 lvlspy/*.py
options: "--check --verbose --line-length=79"
src: "./lvlspy"
version: "~= 22.0"

0 comments on commit 85b05b6

Please sign in to comment.