Skip to content

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

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

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

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852
with:
dotnet-version: "8.0.403"
- name: Run tests
run: pwsh ./bin/test.ps1