Add parse_si_float
inverse function to pretty_num
in labels.ts
…
#343
This file contains 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: Tests | |
on: | |
pull_request: | |
branches: [main] | |
push: | |
branches: [main] | |
workflow_dispatch: | |
release: | |
types: [published] | |
jobs: | |
tests: | |
uses: janosh/workflows/.github/workflows/npm-test-release.yml@main | |
with: | |
install-cmd: npm install --force | |
test-cmd: npm run test:unit |