Skip to content

Commit

Permalink
Update CI Config (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
msridhar authored Jun 7, 2024
1 parent 3e0ab4c commit a86ee03
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Check out sources
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: 'Set up JDK ${{ matrix.java }}'
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: 'temurin'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- name: Run and check formatting
uses: gradle/gradle-build-action@v2
with:
arguments: run verGJF
run: ./gradlew run verGJF

0 comments on commit a86ee03

Please sign in to comment.