fix: make all sidesheet tables autosize and remove loop sidesheet sco… #3162
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
push: | |
branches: ['main'] | |
pull_request: | |
types: [opened, synchronize] | |
jobs: | |
build: | |
name: Build | |
timeout-minutes: 15 | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out code | |
uses: actions/checkout@v4 | |
with: | |
fetch-depth: 2 | |
- name: PNPM setup | |
uses: ./.github/actions/pnpm-setup | |
- uses: dtinth/setup-github-actions-caching-for-turbo@v1 | |
- name: Build | |
run: pnpm ci:build |