Skip to content

docs(keycloak): update outdated information about revocation_endpoint #197

docs(keycloak): update outdated information about revocation_endpoint

docs(keycloak): update outdated information about revocation_endpoint #197

Workflow file for this run

name: react-native-app-auth CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10]
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: yarn install --frozen-lockfile --non-interactive
- name: Lint
run: yarn run lint
- name: Test
run: yarn run test