Skip to content

Add mention of assignment operators feature to readme #117

Add mention of assignment operators feature to readme

Add mention of assignment operators feature to readme #117

Workflow file for this run

name: Perform unit tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout branch
uses: actions/checkout@v4
- name: Install Deno
uses: denoland/setup-deno@v1
with:
deno-version: v1.44.4
- name: Run tests
run: ./test.sh