Skip to content

Commit

Permalink
Ensure formatting stays black
Browse files Browse the repository at this point in the history
  • Loading branch information
gdubicki committed Nov 2, 2022
1 parent 7305eb0 commit dba4671
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Linters

on: [push, pull_request]

jobs:
black-formatting:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Black Code Formatter
uses: psf/black@stable

0 comments on commit dba4671

Please sign in to comment.