From 85d32987e4f2df8085a47bcd6033d935ee75e53d Mon Sep 17 00:00:00 2001 From: Lukas Neubert Date: Sun, 3 Mar 2024 21:21:06 +0100 Subject: [PATCH] update CI and readme --- .github/workflows/ci.yml | 7 ++----- README.md | 13 ++++++++++++- task_template.xml | 4 ++++ 3 files changed, 18 insertions(+), 6 deletions(-) create mode 100644 task_template.xml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e4bedb..89ef40e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,10 +19,7 @@ jobs: node-version: 18.x - uses: bait-lang/setup-bait@main - - name: Run tests (JS backend) - run: bait test tasks_test.bt -b js - - - name: Run tests (C backend) + - name: Run tests run: bait test tasks_test.bt -b c windows: @@ -34,5 +31,5 @@ jobs: node-version: 18.x - uses: bait-lang/setup-bait@main - - name: Run tests (JS backend) + - name: Run tests run: bait test tasks_test.bt -b js diff --git a/README.md b/README.md index 209e724..3eabc73 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,24 @@ # Rosetta Code in Bait [![CI][ci-badge]][gh-actions] +[![Discord][discord-badge]][discord-invite] +Solutions for the [Rosetta Code][rosetta] tasks in the [Bait programming language][bait]. + +If you want to chat, ask questions or discuss Bait, join the [Discord][discord-invite]. + + +## Unimplemented Tasks A list of unimplemented tasks can be found here: https://rosettacode.org/wiki/Tasks_not_implemented_in_Bait ## License -All tasks are licensed under the Unlicense. See [LICENSE.txt](./LICENSE.txt) for details. +All solutions are provided under the Unlicense. See [LICENSE](./LICENSE.txt) for details. [ci-badge]: https://github.com/bait-lang/rosetta-bait/actions/workflows/ci.yml/badge.svg?branch=main [gh-actions]: https://github.com/bait-lang/rosetta-bait/actions/workflows/ci.yml +[discord-badge]: https://img.shields.io/discord/1204569231992295494?label=Discord +[discord-invite]: https://discord.gg/sM8mspGMnf +[rosetta]: https://rosettacode.org/wiki/Category:Bait +[bait]: https://github.com/bait-lang/bait diff --git a/task_template.xml b/task_template.xml new file mode 100644 index 0000000..bec4d97 --- /dev/null +++ b/task_template.xml @@ -0,0 +1,4 @@ +=={{header|Bait}}== + +// here goes the code +