Skip to content

build(deps): bump gradle-wrapper from 9.5.1 to 9.6.0 #97

build(deps): bump gradle-wrapper from 9.5.1 to 9.6.0

build(deps): bump gradle-wrapper from 9.5.1 to 9.6.0 #97

Workflow file for this run

name: checkstyle
on:
workflow_dispatch:
pull_request:
branches: [ main ]
jobs:
checkstyle:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: '17'
- name: Run Checkstyle
run: ./gradlew checkstyleMain checkstyleTest