push remaining travis refs (#5594)
* add linter action to pullrequest * patch remaining travis refs
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
|
||||
4. 確保遵循下方的[基本準則](#基本準則),並遵循此 repo 文件的[Markdown規定格式](#規定格式)。
|
||||
|
||||
5. Travis CI 將運行測試,以確保你的列表是 **按字母顺序排列** 的,並 **遵循格式化規則**。請 **確保** 你的更改通過該測試。
|
||||
5. Github Actions 將運行測試,以確保你的列表是 **按字母顺序排列** 的,並 **遵循格式化規則**。請 **確保** 你的更改通過該測試。
|
||||
|
||||
|
||||
### 基本準則
|
||||
@@ -153,7 +153,7 @@
|
||||
```
|
||||
|
||||
### 自動化測試
|
||||
- 規定格式驗證是由[Travis CI](https://travis-ci.com)自動化進行,使用[fpb-lint](https://github.com/vhf/free-programming-books-lint)套件 (參閱 [.travis.yml](.travis.yml))。
|
||||
- 規定格式驗證是由[Github Actions](https://docs.github.com/en/actions)自動化進行,使用[fpb-lint](https://github.com/vhf/free-programming-books-lint)套件 (參閱 [.github/workflows/fpb-lint.yml](.github/workflows/fpb-lint.yml))。
|
||||
- 使用[awesome_bot](https://github.com/dkhamsing/awesome_bot)進行連結驗證。
|
||||
- 可以藉由提交一個內容包含`check_urls=file_to_check`來觸發連結驗證:
|
||||
|
||||
|
Reference in New Issue
Block a user