Skip to content

feat(toaster): display options and english translation #195

feat(toaster): display options and english translation

feat(toaster): display options and english translation #195

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@v5
with:
fetch-depth: 0
persist-credentials: false
- uses: ./.github/actions/pnpm-setup
- name: Lint
run: pnpm run lint
- name: Build
run: pnpm run build