1
0
mirror of synced 2025-11-06 05:10:37 +08:00
Commit Graph

20 Commits

Author SHA1 Message Date
Anduin Xue
978e58b863 Try to mitigate a build issue. 2022-03-01 02:16:57 +08:00
Anduin Xue
7d878de97e Better built doc. 2022-03-01 02:11:59 +08:00
Anduin Xue
e4e5ad84ce Refactor mkdocs publish. 2022-03-01 01:45:53 +08:00
Anduin Xue
cd7fc42114 Unify steps. 2022-03-01 01:42:13 +08:00
Anduin Xue
3967d84e3f Fix a yml issue. 2022-03-01 01:36:11 +08:00
Anduin Xue
3399877ba4 Try to auto build pages. 2022-03-01 01:33:48 +08:00
Anduin Xue
ce63e712ce Unify jobs as build 2022-03-01 01:04:07 +08:00
Anduin Xue
d8117d54d7 Update textlint.yml 2022-02-28 11:58:06 +08:00
Anduin Xue
6dbe1cf617 Update readme-generate.yml 2022-02-27 13:59:48 +08:00
Xing Yahao
0bcb6a3dd7 update ci related 2022-02-26 19:31:36 +09:00
Xing Yahao
8c13d224ec use current branch 2022-02-26 19:11:36 +09:00
Xing Yahao
0b912618e3 fix ci 2022-02-26 19:08:05 +09:00
Xing Yahao
9ce0cac337 [ci] Create readme auto generator 2022-02-26 19:05:53 +09:00
Recolic Keghart
fae5a2010a Enhance contributing guide. "& 2022-02-19 18:59:08 +08:00
Bobby Rong
fabd741cbb Merge pull request #91 from Anduin2017/Anduin2017-patch-1
Suppress MD024
2022-02-19 14:42:05 +08:00
Anduin Xue
40a7d02a0d Update ci.yml 2022-02-19 14:32:15 +08:00
Bobby Rong
5647b5421b 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
Anduin Xue
7c695155bf Suppress MD024 2022-02-19 00:33:25 +08:00
Bobby Rong
3a47ae8c8a lint: skip MD029 and MD036
Skipping:

* MD029 Ordered list item prefix
* MD036 Emphasis used instead of a header

These rules are not fully applied to this repository yet and
further discussion is probably needed on how to deal with them.

Example markdownlint run:

* https://github.com/Anduin2017/HowToCook/runs/5226805159
2022-02-17 12:09:19 +08:00
bsdelf
3a9e7d70c5 Create ci.yml 2022-01-04 12:18:41 +08:00