Skip to content

build(deps): bump actions/checkout from 4.1.0 to 4.1.1 (#1198) #563

build(deps): bump actions/checkout from 4.1.0 to 4.1.1 (#1198)

build(deps): bump actions/checkout from 4.1.0 to 4.1.1 (#1198) #563

name: Check Docs
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:
jobs:
check:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Setup .NET
uses: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2
with:
dotnet-version: "7.0.100"
- name: Validate Code Snippets
run: pwsh ./check-code-snippets.ps1