Brainfuck interpreter implemented with GitHub Actions.
Fire the entrypoint.yaml workflow with the event workflow_dispatch. As input, give a Brainfuck program and standard input.
Due to technical issues, . and / are not supported as character that can be accepted as standard input.
Run stop_all_workflow.sh.
See the article "GitHub Actions はチューリング完全" (written in Japanese).