Skip to content

Commit

Permalink
GithubActions の lint-format.sh のコメントを外す
Browse files Browse the repository at this point in the history
  • Loading branch information
miosakuma committed Oct 25, 2023
1 parent e5eafe0 commit 255703c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,9 @@ jobs:
CODE_SIGNING_ALLOWED=NO \
CODE_SIGN_IDENTITY= \
PROVISIONING_PROFILE=
# SwiftLint, SwiftFormat/CLI が Swift 5.8 に対応していないため一時的にコメントアウトする
#- name: Check uncommitted unformatted code
# run: |
# ./lint-format.sh
- name: Check uncommitted unformatted code
run: |
./lint-format.sh
release:
if: contains(github.ref, 'tags/v')
needs: [build]
Expand Down

0 comments on commit 255703c

Please sign in to comment.