File tree Expand file tree Collapse file tree 3 files changed +6
-18
lines changed
Expand file tree Collapse file tree 3 files changed +6
-18
lines changed Original file line number Diff line number Diff line change 5353 PROVISIONING_PROFILE=
5454 - name : Lint
5555 run : |
56- ./lint-format.sh
56+ make fmt-lint
57+ make lint
5758 slack_notify_succeeded :
5859 needs : [build]
5960 runs-on : ubuntu-24.04
Original file line number Diff line number Diff line change 3939- [ UPDATE] 開発用の依存管理を Swift Package Manager に移行したので Podfile.dev を削除する
4040 - GitHub Actions でも Podfile.dev を利用していたので、利用しないように変更
4141 - @zztkm
42+ - [ UPDATE] GitHub Actions で Lint を行うコマンドを Makefile に変更
43+ - 今まで lint-format.sh で一括実行したところを Makefile に移行したので、GitHub Actions でも Makefile を利用するように変更
44+ - lint-format.sh は利用しなくなったので削除
45+ - @zztkm
4246- [ ADD] swift-format と SwiftLint 実行用の Makefile を追加する
4347 - lint-format.sh で実行していたコマンドを個別に実行できるようにした
4448 - @zztkm
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments