Skip to content

Add basic UI instructions for configuring AbandonAuth from the new UI #106

Add basic UI instructions for configuring AbandonAuth from the new UI

Add basic UI instructions for configuring AbandonAuth from the new UI #106

Workflow file for this run

name: Pull Request
on:
pull_request:
branches: main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
linting:
uses: ./.github/workflows/linting.yml
build-deploy:
uses: ./.github/workflows/build.yml
needs:
- linting