-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* npm-run-allをインストール * textlintを実行するスクリプトの名前を更新 * lintを全件実行するスクリプトを追加 * textlintを実行するワークフローの実装を見直し * markdownlint-cliをインストール * markdownlintの実行スクリプトを登録 * markdownlintの実行をワークフローに組み込み * yamllintのバージョンを明記 * gitignoreに記載のファイルをyamllintの検査対象から除外 * yamllintの実行スクリプトをワークフローに追加 * GitHub super linterの処理を削除 * チェックアウトのアクションをv4に更新 * チェックアウトの深さを1に設定 * node.js v18のセットアップ処理を追加 * npm ciを使ってインストールするように変更 * ヘッダーの表示処理を移動 * ドキュメント開始のルールを無効に設定 * truthyのキーに対する検証を無効に設定 * yamllintの警告に対処
- Loading branch information
1 parent
6dab6ed
commit 450ae56
Showing
9 changed files
with
2,963 additions
and
192 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
name: 古いアーティファクトの削除 | ||
|
||
on: # yamllint disable-line rule:truthy | ||
on: | ||
workflow_dispatch: | ||
inputs: | ||
target: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.