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.
1 parent da42568 commit efb98a3Copy full SHA for efb98a3
.github/workflows/format.yml
@@ -9,6 +9,7 @@ jobs:
9
image: swift:6.0.1-jammy
10
steps:
11
- uses: actions/checkout@v4
12
+ - run: ./Utilities/format.py
13
- name: Check for formatting changes
14
run: |
15
git config --global --add safe.directory "$GITHUB_WORKSPACE"
0 commit comments