Skip to content

Commit

Permalink
Fixing indent..
Browse files Browse the repository at this point in the history
  • Loading branch information
Kantis committed May 9, 2023
1 parent 916e557 commit 00e117b
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/PR.yml
Expand Up @@ -15,23 +15,23 @@ jobs:
api_check:
runs-on: ubuntu-latest
if: github.repository == 'kotest/kotest'
steps:
- name: Checkout the repo
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.event.inputs.branch }}

- name: Setup JDK
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '8'

- uses: gradle/gradle-build-action@v2

- name: Run api check
run: ./gradlew apiCheck
steps:
- name: Checkout the repo
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.event.inputs.branch }}

- name: Setup JDK
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '8'

- uses: gradle/gradle-build-action@v2

- name: Run api check
run: ./gradlew apiCheck

test_linux:
needs: api_check
Expand Down

0 comments on commit 00e117b

Please sign in to comment.