Skip to content

exercises/practice/anagram: add an append with instructions about the… #814

exercises/practice/anagram: add an append with instructions about the…

exercises/practice/anagram: add an append with instructions about the… #814

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@d632683dd7b4114ad314bca15554477dd762a938
- name: Setup .NET
uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852
with:
dotnet-version: "8.0.403"
- name: Validate Code Snippets
run: pwsh ./bin/check-code-snippets.ps1