Skip to content

Bump org.postgresql:postgresql from 42.7.6 to 42.7.7 #165

Bump org.postgresql:postgresql from 42.7.6 to 42.7.7

Bump org.postgresql:postgresql from 42.7.6 to 42.7.7 #165

Workflow file for this run

name: Lint Project
on:
pull_request:
jobs:
lint-project:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- name: Lint Project
run: ./gradlew spotlessCheck