Skip to content

feat(changelog-oel): choose identity schema in self-service registrat… #331

feat(changelog-oel): choose identity schema in self-service registrat…

feat(changelog-oel): choose identity schema in self-service registrat… #331

Workflow file for this run

name: "Main - Lint/Build/Tests"
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: "22"
- run: npm ci
- run: npx nx run-many --target=build --all