Skip to content

Commit

Permalink
[FIX/#6] pr-checker 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyobeen-Park committed Jan 4, 2025
1 parent 39895ff commit d5e51f7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pr_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ name: Spoony pr checker
on:
pull_request:
branches: [ develop, main ]

defaults:
run:
shell: bash
working-directory: .

jobs:
build:
name: PR Checker
Expand Down Expand Up @@ -44,8 +46,8 @@ jobs:
HFM_BASE_URL: ${{ secrets.BASE_URL }}
TEST_BASE_URL: ${{ secrets.TEST_BASE_URL }}
run: |
echo "base.url=\"$BASE_URL\"" >> local.properties
echo "test.base.url=\"$TEST_BASE_URL\"" >> local.properties
echo base.url=\"$BASE_URL\" >> local.properties
echo test.base.url=\"$TEST_BASE_URL\" >> local.properties
- name: Lint Check
run: ./gradlew ktlintCheck -PcompileSdkVersion=35
Expand Down

0 comments on commit d5e51f7

Please sign in to comment.