Skip to content

Commit 14cffcc

Browse files
committed
Change 'safety' subcommand from 'check' to 'scan'
As advised by the deprecation notice on its output. Let's see if it works...
1 parent 4dff0bb commit 14cffcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint_python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
- run: mypy --ignore-missing-imports --install-types --non-interactive . || true
2222
- run: pytest .
2323
- run: shopt -s globstar && pyupgrade --py36-plus **/*.py || true
24-
- run: safety check
24+
- run: safety scan

0 commit comments

Comments
 (0)