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 c9a4e25 + cbfce28 commit 00b2abaCopy full SHA for 00b2aba
.github/workflows/soundness.yml
@@ -220,6 +220,6 @@ jobs:
220
cd ${GITHUB_WORKSPACE}
221
if [ ! -f ".flake8" ]; then
222
echo "Downloading default flake8 config file"
223
- curl -s https://raw.githubusercontent.com/swiftlang/github-workflows/refs/heads/main/.github/workflows/configs/.flake8.yml > .flake8
+ curl -s https://raw.githubusercontent.com/swiftlang/github-workflows/refs/heads/main/.github/workflows/configs/.flake8 > .flake8
224
fi
225
flake8
0 commit comments