diff --git a/.github/workflows/pull_request_check.yml b/.github/workflows/pull_request_check.yml index a0364ce9..3e1e816b 100644 --- a/.github/workflows/pull_request_check.yml +++ b/.github/workflows/pull_request_check.yml @@ -3,6 +3,7 @@ name: Check Pull Request on: pull_request: branches: + - develop** - main paths: @@ -41,7 +42,7 @@ jobs: - uses: actions/checkout@v3 # https://github.com/marketplace/actions/run-ktlint-with-reviewdog - - uses: ScaCap/action-ktlint@1.4 + - uses: ScaCap/action-ktlint@1.5.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} ktlint_version: '0.45.2' @@ -57,7 +58,7 @@ jobs: # https://github.com/marketplace/actions/run-detekt-with-reviewdog - name: Run detekt with reviewdog - uses: alaegin/Detekt-Action@v1.22.0-RC3 + uses: alaegin/Detekt-Action@v1.22.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} detekt_config: config/detekt/detekt.yml diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml index b5bd7d9b..62c5aa01 100644 --- a/.idea/jarRepositories.xml +++ b/.idea/jarRepositories.xml @@ -41,5 +41,10 @@