Skip to content

feat: implement 'list squid token' wizard command #53

feat: implement 'list squid token' wizard command

feat: implement 'list squid token' wizard command #53

Workflow file for this run

name: test
on:
- pull_request
jobs:
setup-and-test:
name: setup-and-test
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- name: setup bun
uses: oven-sh/setup-bun@v1
# run any `bun` or `bunx` command
- name: install dependencies
run: bun install
- name: run tests
run: bun run test