This action installs malbolge interpreter.
OS | |
---|---|
Windows | ✅ |
Linux | ✅ |
macOS | ❌ |
The following tools have to be installed for successful work of this GitHub action: gcc.
- uses: fabasoad/setup-malbolge-action@v0
with:
# (Optional) If "false" skips installation if malbolge is already installed.
# If "true" installs malbolge in any case. Defaults to "false".
force: "false"
Name | Description | Example |
---|---|---|
installed | Whether malbolge was installed or not | true |
This program should print "Hello, world":
(=<`#9]~6ZY327Uv4-QsqpMn&+Ij"'E%e{Ab~w=_:]Kw%o44Uqp0/Q?xNvL:`H%c#DD2^WV>gY;dts76qKJImZkj
name: Test
on: push
jobs:
example:
name: malbolge
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: fabasoad/setup-malbolge-action@v0
- name: Run script
run: malbolge hello-world.mal
Run malbolge hello-world.mal
Hello, world.