Skip to content

Commit

Permalink
update CI and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
serkonda7 committed Mar 3, 2024
1 parent 3d73fe3 commit 85d3298
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.


<!-- links -->
[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
4 changes: 4 additions & 0 deletions task_template.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
=={{header|Bait}}==
<syntaxhighlight lang="bait">
// here goes the code
</syntaxhighlight>

0 comments on commit 85d3298

Please sign in to comment.