Skip to content

feat:added a postgres version check (#1427) #250

feat:added a postgres version check (#1427)

feat:added a postgres version check (#1427) #250

Workflow file for this run

name: Demo
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
paths:
- 'demo/**'
release:
types: [ published ]
workflow_dispatch:
jobs:
demo:
name: Demo
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- uses: taiki-e/install-action@v2
with: { tool: just }
- run: cd demo && just build