Skip to content

chore(deps): bump actions/stale from 10.3.0 to 10.4.0 in the all group #51

chore(deps): bump actions/stale from 10.3.0 to 10.4.0 in the all group

chore(deps): bump actions/stale from 10.3.0 to 10.4.0 in the all group #51

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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Validate
shell: pwsh
run: ./scripts/validate.ps1