Skip to content

Commit 345e575

Browse files
authored
Merge pull request #91 from kkebo/remove-inlinearray-tyoe-sugar-from-ci
2 parents 1b712ed + f62b603 commit 345e575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v4
2121
- run: swift --version
22-
- run: swift format lint --enable-experimental-feature InlineArrayTypeSugar -rp .
22+
- run: swift format lint -rp .
2323
yamllint:
2424
runs-on: ubuntu-24.04-arm
2525
steps:

0 commit comments

Comments
 (0)