Skip to content

add singleton pattern #6

add singleton pattern

add singleton pattern #6

Workflow file for this run

# .github/workflows/test.yml
name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: oven-sh/setup-bun@v1
- name: Run tests
run: bun test