Skip to content

chore: add disabled state to mobile buttons #13184

chore: add disabled state to mobile buttons

chore: add disabled state to mobile buttons #13184

Workflow file for this run

name: ⚙️ Build
on:
pull_request:
push:
branches: [main]
jobs:
build:
if: ${{ !contains(github.head_ref, 'release/') }}
name: Packages
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/[email protected]
- uses: taiga-family/ci/actions/[email protected]
- name: Run build libraries and check it
run: |
npm run run-many:build:libs
npx ts-node ./scripts/check-dist.ts
concurrency:
group: build-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true