Skip to content

Commit

Permalink
Update black.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
byersiiasa authored Feb 16, 2024
1 parent 9e5e4e5 commit f3627b1
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# This workflow checks that the code conforms to the Black style
# See https://black.readthedocs.io/en/stable/github_actions.html for details

name: Lint
name: Black formatting

on: [push, pull_request]
on: [pull_request]

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: psf/black@stable
with:
options: "--color"

0 comments on commit f3627b1

Please sign in to comment.