Skip to content

chore(deps): bump the github group across 1 directory with 3 updates #424

chore(deps): bump the github group across 1 directory with 3 updates

chore(deps): bump the github group across 1 directory with 3 updates #424

Workflow file for this run

name: Test PR
on:
pull_request:
paths-ignore:
- '*.md'
- 'LICENSE.md'
jobs:
test_pr:
runs-on: ubuntu-latest
steps:
- name: Checkout latest code
uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'zulu'
cache: 'gradle'
- name: Build with Gradle
run: ./gradlew build