Skip to content

Commit cbfce28

Browse files
committed
Fix flake8 file download URL
1 parent c9a4e25 commit cbfce28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/soundness.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,6 @@ jobs:
220220
cd ${GITHUB_WORKSPACE}
221221
if [ ! -f ".flake8" ]; then
222222
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
223+
curl -s https://raw.githubusercontent.com/swiftlang/github-workflows/refs/heads/main/.github/workflows/configs/.flake8 > .flake8
224224
fi
225225
flake8

0 commit comments

Comments
 (0)