Skip to content

Verify Action Works

Verify Action Works #1

Workflow file for this run

name: Verify Action Works
on:
workflow_dispatch:
inputs:
version:
type: string
required: true
jobs:
install-and-run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
with:
version: ${{ inputs.version }}
- run: pglt check --skip-db test.sql