Skip to content

feat(cas): persist passkeys, registration backed by DB (#665) #210

feat(cas): persist passkeys, registration backed by DB (#665)

feat(cas): persist passkeys, registration backed by DB (#665) #210

name: 'Format and linter check'
on:
pull_request:
branches: [master]
jobs:
check:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v7
- uses: ./.github/actions/prepare-nodejs
name: Prepare Node.js
- name: Check formatting
run: pnpm fmt:check
- name: Check linting
run: pnpm lint:check