Skip to content

Commit

Permalink
fix black yml
Browse files Browse the repository at this point in the history
  • Loading branch information
latekvo committed Apr 15, 2024
1 parent 44b0e18 commit a6eceeb
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: Python Black

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

jobs:
build:
python-black:
name: Python Black
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9"]
steps:
- uses: cytopia/docker-black@0.11
- uses: actions/checkout@v3
- name: Python Black (core)
uses: cytopia/docker-black@0.8
with:
path: 'core/'

0 comments on commit a6eceeb

Please sign in to comment.