Skip to content

Upgrade KoliBri components and add docs for tabs create button #123

Upgrade KoliBri components and add docs for tabs create button

Upgrade KoliBri components and add docs for tabs create button #123

Workflow file for this run

name: CI-Pipeline
on:
pull_request:
workflow_dispatch:
jobs:
build-and-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
- uses: ./.github/actions/pnpm-setup
- name: Lint
run: pnpm run lint
- name: Build
run: pnpm run build