Skip to content

gsd:docs generate bespoke architecture and diagrams #14

gsd:docs generate bespoke architecture and diagrams

gsd:docs generate bespoke architecture and diagrams #14

Workflow file for this run

name: Validate platform
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
concurrency:
group: validate-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
validate:
runs-on: windows-latest
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
with:
persist-credentials: false
- name: Validate
shell: pwsh
run: ./scripts/validate.ps1