Skip to content

feat(auth): refresh expired token instead of logout immediately #71

feat(auth): refresh expired token instead of logout immediately

feat(auth): refresh expired token instead of logout immediately #71

Workflow file for this run

name: Lint PR title
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
title-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Dependencies
run: npm install @commitlint/config-conventional
- uses: JulienKode/[email protected]