Skip to content

Fix issues from useOpenIdConfig refactor #122

Fix issues from useOpenIdConfig refactor

Fix issues from useOpenIdConfig refactor #122

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: npm install
- name: Run linter
run: npm run lint