1
0
mirror of https://github.com/php/doc-ja.git synced 2026-03-23 22:52:11 +01:00

5 Commits

Author SHA1 Message Date
Takuya Aramaki
1f20a94b74 textlint の導入 (#238)
* textlint-rules-prh 導入

* CIにTextlintを追加

* textlintエラー修正: 静的 → static
2025-01-13 13:07:41 +09:00
Tim Düsterhus
ec59ba3978 Update GHA to actions/checkout@v4
see php/doc-en@f318ff098b
2023-09-05 12:39:55 +02:00
Yoshinari Takaoka
b0b86e6c8d Ubuntu-latest workflows will use Ubuntu-22.04, temporary workaround (#65)
ubuntu-latest is currently transitioning to ubuntu-22.04. During this time, you may experience some jobs running on either an ubuntu-20.04 or ubuntu-22.04 runner. You can specify `runs-on: ubuntu-20.04` in your workflow if you need the previous version.

https://github.com/actions/runner-images
https://github.com/actions/runner-images/issues/6399
2022-12-03 11:50:42 +09:00
Yoshinari Takaoka
d24ba4cd46 GH Actions: version update for various predefined actions
A number of predefined actions have had major release, which warrant an update the workflow(s).

These updates don't actually contain any changed functionality, they are mostly just a change of the Node version used by the action itself (from Node 14 to Node 16).

Refs:
* https://github.com/actions/checkout/releases
* https://github.com/actions/upload-artifact/releases

971e603c5d
2022-03-07 20:12:14 +09:00
Yoshinari Takaoka
923133c40a Integrate GitHub Actions in docs-ja, too. 2021-01-09 11:13:20 +09:00