IRC parsing, tokenization, and state handling in C#
at ircrobots 10 lines 175 B view raw
1--- 2kind: pipeline 3name: run 4 5steps: 6 - name: run 7 image: mcr.microsoft.com/dotnet/sdk:latest 8 commands: 9 - dotnet test -l 'console;verbosity=detailed' 10