Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install ".[dev]"
- name: Audit Python packages for known vulnerabilities
run: |
if ! RES=$(ossaudit --installed --config setup.cfg); then
RES="${RES//'%'/'%25'}"
RES="${RES//$'\n'/'%0A'}"
RES="${RES//$'\r'/'%0D'}"
echo "::error ::${RES}"
exit 1
fi
echo ${RES}
- name: Format with black
run: |
if ! RES=$(black --check $(git diff --name-only --diff-filter=AM master -- "*.py") 2>&1); then
Expand Down