IRC parsing, tokenization, and state handling in C#
at main 9 lines 163 B view raw
1--- 2kind: pipeline 3name: run 4 5steps: 6 - name: run 7 image: mcr.microsoft.com/dotnet/sdk:10.0 8 commands: 9 - dotnet test --configuration Release