Skip to content

Commit

Permalink
switch black action
Browse files Browse the repository at this point in the history
  • Loading branch information
glaslos committed Mar 4, 2024
1 parent d56967b commit 24bacee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v3
- name: Run Black
uses: lgeiger/black-action@master
uses: psf/black@stable
with:
args: --check conpot/ bin/
options: "--check"

0 comments on commit 24bacee

Please sign in to comment.