refactor: simplify sidebarlayout and removed nested divs #2313
This file contains hidden or 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: Test | |
| on: [pull_request] | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: actions/setup-node@v4 | |
| with: | |
| node-version-file: ".node-version" | |
| cache: yarn | |
| - run: yarn | |
| - run: yarn res:build --warn-error +3+8+11+12+26+27+31+32+33+34+35+39+44+45+110 | |
| - run: yarn test | |
| - run: yarn ci:format |