Skip to content

chore: bump the actions-deps group with 5 updates #172

chore: bump the actions-deps group with 5 updates

chore: bump the actions-deps group with 5 updates #172

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@v6
- name: Validate mkdocs
run: |
docker run --rm -v $(pwd):/app hackforlaops/mkdocs:latest mkdocs build -d /tmp --strict