Skip to content

PigLatin.fs

PigLatin.fs #1

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