Commit Graph

13 Commits

Author SHA1 Message Date
Anduin
6e3694aeda
Update package version to 1.4.0 and update error-ex dependency to version 1.4.0 2024-06-17 14:03:33 +00:00
Anduin
daca4493c5
chore: Update lint script to include a completion message 2024-06-03 12:39:44 +00:00
Anduin
1ba49d0e25
chore: Update homepage URL in package.json 2024-06-03 12:38:26 +00:00
Anduin
1f8187b070
chore: Update Dockerfile to use GitHub Container Registry for image build and push 2024-06-03 12:37:05 +00:00
Anduin
9f3531a953
chore: Update Dockerfile to use GitHub Container Registry for image build and push 2024-06-03 12:21:36 +00:00
Anduin
8b41972e26
1.3.1 2024-06-02 05:56:34 +00:00
Anduin Xue
45712c0227 Upgrade version number to 1.3.0. 2022-07-14 18:36:10 +08:00
Anduin Xue
07d3af7639 发布 1.2.0 2022-03-23 19:03:37 +08:00
Anduin Xue
985eafc2be Upgrade to 1.1.0 2022-03-15 13:46:22 +08:00
Anduin Xue
774420ed63 New lint CI. Fix some issues. 2022-03-12 14:34:23 +08:00
Anduin Xue
bf1e01bfda Init npm. 2022-03-05 01:43:56 +08:00
Anduin Xue
0a705c1e70 Text lint add half and full width bracket. 2022-03-01 01:19:31 +08:00
Bobby Rong
f0ba452c85
CI: add textlint
Instead of requesting changes in every pull requests and block them from merging,
we are trying to automate the process of adding missing spaces between half and
full-width characters using GitHub Actions.

The main idea is:

- Only run the workflow in the main repository (instead of other forks).
- Try to fix all files using textlint.
- Only commit files with .md extension.
- Directly push the change to the master branch.

Related projects:

- https://github.com/textlint/textlint
- https://github.com/textlint-ja/textlint-rule-preset-ja-spacing
- https://github.com/sparanoid/chinese-copywriting-guidelines

Related discussions:

- https://github.com/Anduin2017/HowToCook/pull/88
2022-02-19 14:21:45 +08:00