Skip to content

Add with_keycloak parameter to the cookiecutter docs #8

Add with_keycloak parameter to the cookiecutter docs

Add with_keycloak parameter to the cookiecutter docs #8

Workflow file for this run

name: Build
on:
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build
run: yarn build