Skip to content

Added oauth section to app details page. #134

Added oauth section to app details page.

Added oauth section to app details page. #134

Workflow file for this run

name: Pull Request
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
build-ui:
if: ${{ !github.event.pull_request.draft }}
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@v2
- uses: ./.github/actions/build-ui