Skip to content

Commit f62b603

Browse files
committed
ci: remove InlineArrayTypeSugar feature from swift-format
I forgot to remove this from CI workflows in #69.
1 parent 1b712ed commit f62b603

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)