Skip to content

change nickname, not username #297

change nickname, not username

change nickname, not username #297

Workflow file for this run

name: CI
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- name: Install modules
run: yarn
- name: Run tests
run: yarn run test --no-threads
- name: Run type check
run: yarn tsc