Skip to content

Commit

Permalink
ci: black workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gosuto-inzasheru committed Apr 21, 2024
1 parent 0d549b7 commit cf98a90
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/black.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Lint

on: [push, pull_request]

jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/[email protected]

- name: Black
uses: psf/black@stable
with:
options: "--verbose"
version: "24.4.0"

- name: Auto commit
uses: stefanzweifel/[email protected]
with:
commit_message: "style: ci lint with `black`"

0 comments on commit cf98a90

Please sign in to comment.