Skip to content

add UI for developer application list, detail, and creation pages #96

add UI for developer application list, detail, and creation pages

add UI for developer application list, detail, and creation pages #96

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