Skip to content

Commit

Permalink
Merge branches 'dev2' and 'dev2' of https://github.com/suchencjusz/fi…
Browse files Browse the repository at this point in the history
…lman into dev2
  • Loading branch information
suchencjusz committed Dec 25, 2023
2 parents a6a6eae + 4351b42 commit 16af6f5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/blacklint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: 🎞 Lint

on: [push, pull_request]

jobs:
python-black:
name: Python Black
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Python Black
uses: cytopia/docker-black@0.8
with:
path: '.'

0 comments on commit 16af6f5

Please sign in to comment.