histogram width divide by mode, not total #2

Merged
christofsteel merged 47 commits from honigle into main 2022-02-02 13:59:36 +01:00
2 changed files with 10 additions and 2 deletions
Showing only changes of commit 7efc15f04d - Show all commits

View file

@ -1,5 +1,9 @@
name: Lint name: Lint
on: [pull_request, push] on:
pull_request:
push:
branches:
- main
jobs: jobs:
lint: lint:

View file

@ -1,5 +1,9 @@
name: Test name: Test
on: [pull_request, push] on:
pull_request:
push:
branches:
- main
jobs: jobs:
test: test: