Skip to content

Shrink space between file tree and blob #7259

Shrink space between file tree and blob

Shrink space between file tree and blob #7259

Workflow file for this run

name: check-unit-test
on: push
jobs:
check-unit-test:
runs-on: ubuntu-latest
steps:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "20.9.0"
- name: Checkout
uses: actions/checkout@v3
- run: npm ci
- run: npm run test:unit