Skip to content

chore: update .cspell.json #3915

chore: update .cspell.json

chore: update .cspell.json #3915

Workflow file for this run

name: ⚙️ Build lib
on:
pull_request:
push:
branches:
- main
jobs:
build:
name: Build package
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- run: npx nx build editor
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true