Skip to content

Bump org.postgresql:postgresql from 42.7.3 to 42.7.4 #145

Bump org.postgresql:postgresql from 42.7.3 to 42.7.4

Bump org.postgresql:postgresql from 42.7.3 to 42.7.4 #145

Workflow file for this run

name: Lint Project
on:
pull_request:
jobs:
lint-project:
runs-on: ubuntu-latest
steps:
- name: Checkout project sources
uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
cache: 'gradle'
- name: Lint Project
uses: gradle/gradle-build-action@v2
with:
arguments: spotlessCheck