Skip to content

fix: do not update refresh token on session refresh, if empty #116

fix: do not update refresh token on session refresh, if empty

fix: do not update refresh token on session refresh, if empty #116

Workflow file for this run

name: Spell checking
# Trigger on pull requests, and pushes to master branch.
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630
with:
check_filenames: true
# When using this Action in other repos, the --skip option below can be removed
skip: ./.git,./CODE_OF_CONDUCT.md,go.mod,go.sum,go.work,go.work.sum,./internal/ui/assets/i18n