Skip to content

feat: automatically update email on each login #719

feat: automatically update email on each login

feat: automatically update email on each login #719

Workflow file for this run

name: Biome
on:
push:
branches:
- main
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: biomejs/setup-biome@v2
- name: Lint
run: biome lint .
- name: Format
run: biome format .