Skip to content

Update tab behavior to keep one open at all times #17

Update tab behavior to keep one open at all times

Update tab behavior to keep one open at all times #17

Workflow file for this run

name: Check code format
on:
pull_request
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18.x"
cache: npm
- run: npm ci
- run: npm run check-format