Skip to content

feat: add deviceauthn elements components and e2e test #457

feat: add deviceauthn elements components and e2e test

feat: add deviceauthn elements components and e2e test #457

Workflow file for this run

name: "Main - Lint/Build/Tests"
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
- uses: pnpm/action-setup@v4
with:
version: 10.34.4
- uses: actions/setup-node@v5
with:
node-version: "22"
cache: "pnpm"
- run: pnpm install --frozen-lockfile
- run: pnpm exec nx run-many --target=build --all