Skip to content

Commit

Permalink
add diff to black check
Browse files Browse the repository at this point in the history
  • Loading branch information
ricopinazo committed May 7, 2024
1 parent 237b6da commit d955094
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: tests

on:
on:
push:
workflow_call:
secrets:
Expand Down Expand Up @@ -40,6 +40,6 @@ jobs:
- name: Install black
run: python -m pip install black=="23.*" mypy=="1.*"
- name: Check style
run: black --check .
run: black --check --diff .
- name: chek types
run: mypy .

0 comments on commit d955094

Please sign in to comment.