Skip to content

Sync the pig-latin exercise's docs with the latest data. (#1260) #694

Sync the pig-latin exercise's docs with the latest data. (#1260)

Sync the pig-latin exercise's docs with the latest data. (#1260) #694

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@0ad4b8fadaa221de15dcec353f45205ec38ea70b
- name: Setup .NET
uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3
with:
dotnet-version: "7.0.100"
- name: Validate Code Snippets
run: pwsh ./check-code-snippets.ps1