Skip to content

[feat] Enhance authentication flow with refresh token support and imp… #47

[feat] Enhance authentication flow with refresh token support and imp…

[feat] Enhance authentication flow with refresh token support and imp… #47

Workflow file for this run

name: check
on: push
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
run_install: false
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "latest"
cache: "pnpm"
- name: Install dependencies
run: pnpm install
- name: Run ESLint
run: pnpm lint