Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
PTST committed Feb 23, 2024
1 parent 89810c7 commit efddc55
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Black Formatting Validation
name: Linting

on:
push:
Expand All @@ -13,13 +13,13 @@ on:


jobs:
black-format:
black-formatted:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable

py-lint:
py-linted:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit efddc55

Please sign in to comment.