* Add bump-version check into the PR validation workflow * Check condition for PR * Setup step and job outputs for conditionals * Fixup * Limit fetch depth * Fix typo * Use a different checkout pattern * Bump version * Fixup conditional for the build stage * Still allow the build stage even if the bump_version_check stage did found changes, as commits by github actions bot won't triggger actions --------- Co-authored-by: GitHub Actions <actions@github.com>
14 lines
302 B
JSON
14 lines
302 B
JSON
{
|
|
"name": "@iosevka/font-kits",
|
|
"version": "29.1.1",
|
|
"private": true,
|
|
"exports": {
|
|
"./boole-kit": "./src/boole-kit.mjs",
|
|
"./spiro-kit": "./src/spiro-kit.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@iosevka/geometry": "29.1.1",
|
|
"@iosevka/glyph": "29.1.1",
|
|
"@iosevka/util": "29.1.1"
|
|
}
|
|
}
|