Skip to content

Commit 5b914e5

Browse files
committed
all を一番上に変更
1 parent 51f50f7 commit 5b914e5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
.PHONY: fmt fmt-lint lint
22

3+
# すべてを実行
4+
all: fmt fmt-lint lint
5+
36
# swift-format
47
fmt:
58
swift format --in-place --recursive Sora SoraTests
@@ -13,5 +16,3 @@ lint:
1316
swift package plugin --allow-writing-to-package-directory swiftlint --fix .
1417
swift package plugin --allow-writing-to-package-directory swiftlint --strict .
1518

16-
# すべてを実行
17-
all: fmt-lint fmt lint

0 commit comments

Comments
 (0)