Skip to content

Commit 7e0b9ba

Browse files
authored
Feature/swift format+git (#12)
* [NONE] : Swift-format 변경 - .gitignore 에 DS_Store 추가 * [NONE] : DS_Store 추가 * [NONE] : gitignore 수정 - tuist 관련 파일 수정 * [NONE] : format xcrun으로 수정 * [NONE] : 간단한 form으로 변경
1 parent f72851b commit 7e0b9ba

File tree

4 files changed

+20
-13
lines changed

4 files changed

+20
-13
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,22 +29,10 @@ jobs:
2929
- name: Select Xcode 16.2
3030
run: sudo xcode-select -s /Applications/Xcode_16.2.app
3131

32-
# cache 확인 후 swift-format 설치
33-
- name: Restore swift-format cache
34-
uses: actions/cache@v4
35-
with:
36-
path: ~/.build_swift_format
37-
key: swift-format-${{ runner.os }}-${{ hashFiles('**/Package.resolved') }}
38-
3932
# swift-format 실행
4033
# .swift 파일에 대해서만 실행
4134
- name: Run swift-format
42-
run: |
43-
find . \
44-
-path '*/Documentation.docc' -prune -o \
45-
-name '*.swift' \
46-
-not -path '*/.*' -print0 \
47-
| xargs -0 swift-format --ignore-unparsable-files --in-place
35+
run: xcrun swift format -irp
4836

4937
- uses: stefanzweifel/git-auto-commit-action@v5
5038
with:
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "SattoLogo.svg",
5+
"idiom" : "universal"
6+
}
7+
],
8+
"info" : {
9+
"author" : "xcode",
10+
"version" : 1
11+
}
12+
}
Lines changed: 7 additions & 0 deletions
Loading

Feature/Onboarding/Sources/Splash/SplashViewcontroller.swift

Whitespace-only changes.

0 commit comments

Comments
 (0)