Skip to content

Commit

Permalink
#172 [chore] ci에 ktlint 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
KWY0218 authored Aug 4, 2022
1 parent cb77deb commit 4e9033b
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Lint Check
run: ./gradlew ktlintCheck

- name: Build with Gradle
run: ./gradlew build

Expand All @@ -58,22 +61,19 @@ jobs:
uses: rtCamp/action-slack-notify@v2
env:
SLACK_COLOR: '#53A551'
SLACK_ICON: https://user-images.githubusercontent.com/82709044/177440664-14f7184b-b1f4-4c2c-ab6a-d7974cdafff9.png
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_URL }}
SLACK_TITLE: 'Hous/PR Check S.U.C.C.E.S.S 🎉🎉🎉'
MSG_MINIMAL: true
SLACK_USERNAME: HELFOOME-AOS
SLACK_USERNAME: Hous-AOS
SLACK_MESSAGE: 'PR이 완료되었습니다!!! 🎉🎉🎉'

- name: On Failed, Notify in Slack
if: ${{ failure() }}
uses: rtCamp/action-slack-notify@v2
env:
SLACK_COLOR: '#ff0000'

SLACK_ICON: https://user-images.githubusercontent.com/82709044/177440664-14f7184b-b1f4-4c2c-ab6a-d7974cdafff9.png
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_URL }}
SLACK_TITLE: 'Hous/Android Debug build Fail❌'
MSG_MINIMAL: true
SLACK_USERNAME: HELFOOME-AOS
SLACK_USERNAME: Hous-AOS
SLACK_MESSAGE: '에러를 확인해주세요'

0 comments on commit 4e9033b

Please sign in to comment.