mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Patrick Kollitsch
19 hours ago 60eb57dfcd86615f58f2db50e843e9760614760d
ci(fix): lint only staged markdown files
1 files modified
4 ■■■■ changed files
package.json 4 ●●●● patch | view | raw | blame | history
package.json
@@ -53,8 +53,8 @@
        "hook:commit": "lint-staged --config .lintstagedrc.js",
        "hook:push": "node scripts/test-hugo-quickstart.ts",
        "lint:links": "lychee --config lychee.toml public",
        "lint:markdown": "markdownlint-cli2 **/*.{md,mdx}",
        "lint:markdown:fix": "markdownlint-cli2 --fix **/*.{md,mdx}",
        "lint:markdown": "markdownlint-cli2",
        "lint:markdown:fix": "markdownlint-cli2 --fix",
        "prepare": "simple-git-hooks install",
        "release": "release-it --config .release-it.ts",
        "release:pre": "release-it --preRelease=prerelease --config .release-it.ts",