Skip to content

Commit

Permalink
Update black.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
niklexical authored Oct 26, 2023
1 parent 6c3f290 commit 860276f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/black.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint
name: workflow check

on: [push, pull_request]

Expand All @@ -8,3 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 860276f

Please sign in to comment.