Skip to content

fix(deps): update module github.com/jackc/pgx/v5 to v5.7.1 #128

fix(deps): update module github.com/jackc/pgx/v5 to v5.7.1

fix(deps): update module github.com/jackc/pgx/v5 to v5.7.1 #128

Workflow file for this run

name: OpenAPI
on:
pull_request:
paths: [ openapi/** ]
push:
branches: [ main ]
tags: [ "*" ]
permissions:
contents: read
jobs:
lint:
name: Lint OpenAPI Spec
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: latest
- name: Install Redocly CLI
run: npm install --global @redocly/cli
- name: Lint OpenAPI Spec
run: make lint-openapi
test:
name: Build OpenAPI Spec
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: latest
- name: Install Redocly CLI
run: npm install --global @redocly/cli
- name: Lint OpenAPI Spec
run: make openapi