Skip to content

Add loading screen when FIDO challenge is loading #53

Add loading screen when FIDO challenge is loading

Add loading screen when FIDO challenge is loading #53

Workflow file for this run

name: Lint Frontend
on:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Restore npm dependencies
working-directory: Parlance.ClientApp
run: |
npm ci
- name: Lint
working-directory: Parlance.ClientApp
run: |
npm run lint