Skip to content

Commit efb98a3

Browse files
CI: We forgot to run the formatter in the CI workflow...
1 parent da42568 commit efb98a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
image: swift:6.0.1-jammy
1010
steps:
1111
- uses: actions/checkout@v4
12+
- run: ./Utilities/format.py
1213
- name: Check for formatting changes
1314
run: |
1415
git config --global --add safe.directory "$GITHUB_WORKSPACE"

0 commit comments

Comments
 (0)