Skip to content

add logout

add logout #9

Workflow file for this run

name: test
on:
pull_request:
types: [opened, reopened, synchronize]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: node --version
- run: corepack enable
- run: pnpm i
- run: pnpm test