Skip to content

fix(tui): Make tools pane width dependent on max category name length #213

fix(tui): Make tools pane width dependent on max category name length

fix(tui): Make tools pane width dependent on max category name length #213

Workflow file for this run

name: Linting
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Stylesheet verification
run: for script in ./.scripts/lint/stylesheet/* ; do $script; done