We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7cea756 + 6abbac9 commit 8122d81Copy full SHA for 8122d81
.github/workflows/pull_request.yml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
soundness:
9
name: Soundness
10
- uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
+ uses: ./.github/workflows/soundness.yml
11
with:
12
api_breakage_check_enabled: false
13
license_header_check_enabled: false
.github/workflows/soundness.yml
@@ -216,6 +216,6 @@ jobs:
216
persist-credentials: false
217
- name: Run flake8
218
run: |
219
- pip3 install flake8 flake8-import-order --break-system-packages
+ pip3 install flake8 flake8-import-order
220
cd ${GITHUB_WORKSPACE}
221
flake8
0 commit comments