Skip to content

Releases: lint-md/github-action

v0.2.0

Choose a tag to compare

@luojiyin1987 luojiyin1987 released this 03 Jul 16:04
44df1ae

变更内容

  • 替换依赖:@lint-md/cli ^0.1.8 → @lint-md/core ^2.1.2 + glob ^13.0.6
  • 重写 lint-md-action.ts 使用 lintMarkdown API
  • 实现文件加载(目录递归、glob、excludeFiles)
  • 更新规则名:space-round-alphabet → space-around-alphabet
  • 移除过时的 src/@lint-md/cli.d.ts
  • 更新测试以适配新 API + 补充 loader 测试
  • 更新 README.md,版本号 → 0.2.0
  • 从 Yarn 迁移到 npm(删除 PnP 文件,CI 改用 npm ci)
  • 重建 dist/index.js

Version 0.1.2

Choose a tag to compare

@hustcc hustcc released this 15 Jun 02:57
6cc4761

What's Changed

  • docs: rewrite README, add badges, fix tests, and add lint-md CI workflow by @Copilot in #9
  • fix: update GitHub Action runtime from node12 to node20 and correct README version by @Copilot in #10
  • fix: surface individual lint error details in action output by @Copilot in #12
  • chore: bump version 0.1.1 → 0.1.2 by @Copilot in #13

New Contributors

  • @Copilot made their first contribution in #9

Full Changelog: v0.1.1...v0.1.2

Version 0.1.1

Choose a tag to compare

@yuzhanglong yuzhanglong released this 30 Mar 14:39
c85852d

🎉 使用 typescript 重构

Version 0.1.0

Choose a tag to compare

@yuzhanglong yuzhanglong released this 19 Mar 05:01
a9f7af7
  • 修复配置文件为 JavaScript 模块时,显示 module not found 的 bug

Version 0.0.2

Choose a tag to compare

@yuzhanglong yuzhanglong released this 16 Mar 02:57
fe4d49d
  • 修改以@开头 的 action 名称,实践发现此类名称会报语法错误

Version 0.0.1

Choose a tag to compare

@yuzhanglong yuzhanglong released this 16 Mar 01:54
1e5642b
ci: add test github workflows

* :construction_worker: ci: add test github workflows

* :heavy_plus_sign: chore: add temp build file

* :bug: fix: fix user failOnWarnings param always be true

* :bug: fix: fix warning about require from webpack

* :white_check_mark: test: add multiply base test case