Skip to content

chore: bump sqlparse from 0.5.2 to 0.5.4 in /app #179

chore: bump sqlparse from 0.5.2 to 0.5.4 in /app

chore: bump sqlparse from 0.5.2 to 0.5.4 in /app #179

Workflow file for this run

name: PR Checks
on:
pull_request:
jobs:
Audit-Pull-Request:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Validate mkdocs
run: |
docker run --rm -v $(pwd):/app hackforlaops/mkdocs:latest mkdocs build -d /tmp --strict