Skip to content

Commit

Permalink
Add "Contributions" section to README (#1)
Browse files Browse the repository at this point in the history
- Add "Contributions" section to README
- Add validation to tests
  • Loading branch information
fabasoad authored Jan 18, 2025
1 parent 1fad85c commit 88ed77d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/functional-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ jobs:
uses: ./
with:
version: "${{ matrix.version }}"
- name: Print version
run: uiua --version
- name: Validate command
run: |
[ "$(uiua run hello-world.ua)" = '"Hello, World"' ] || exit 1
test-force:
name: Test force
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,7 @@ None.
|-----------|-----------------------------------|---------|
| installed | Whether Uiua was installed or not | `true` |
<!-- prettier-ignore-end -->

## Contributions

![Alt](https://repobeats.axiom.co/api/embed/d84692b9fb0ec9a6f1b0a28d840e66fb7361e0b1.svg "Repobeats analytics image")
2 changes: 2 additions & 0 deletions hello-world.ua
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
👋 ← ⊂"Hello, "
👋"World"

0 comments on commit 88ed77d

Please sign in to comment.