Skip to content

Commit

Permalink
Add black formatting to ci workflow
Browse files Browse the repository at this point in the history
1
  • Loading branch information
kleidis committed Dec 21, 2024
1 parent 56a197f commit bbb8a82
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/troppical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@ on:
default: false

jobs:
black-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- run: pip install black
- run: black --check --diff .
- run: black .

Windows-build:
runs-on: windows-latest
permissions:
Expand Down

0 comments on commit bbb8a82

Please sign in to comment.