Skip to content

Commit

Permalink
Add pylint to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
drunsinn committed Dec 17, 2023
1 parent d568000 commit cce5f7e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/black.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow enforces code style with black on each push and pull request
# https://black.readthedocs.io/en/stable/integrations/github_actions.html

name: Lint
name: Lint with Black

on: [push, pull_request]

Expand All @@ -11,3 +11,5 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
- uses: cclauss/[email protected]

0 comments on commit cce5f7e

Please sign in to comment.