Skip to content

build(deps): bump org.postgresql:postgresql from 42.7.12 to 42.7.13 #116

build(deps): bump org.postgresql:postgresql from 42.7.12 to 42.7.13

build(deps): bump org.postgresql:postgresql from 42.7.12 to 42.7.13 #116

Workflow file for this run

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