You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❯ actionlint .github/workflows/download_test.yml.github/workflows/download_test.yml:238:43: property "expected_version" is not defined in object type {check_items: string; check_not_exists_items: string; download_command: string; download_dir: string; name: string; os: string} [expression] |238 | EXPECTED_VOICEVOX_CORE_VERSION: ${{ matrix.expected_version || 'latest' }} | ^~~~~~~~~~~~~~~~~~~~~~~.github/workflows/download_test.yml:246:9: shellcheck reported issue in this script: SC2086:info:1:231: Double quote to prevent globbing and word splitting [shellcheck] |246 | run: | | ^~~~.github/workflows/download_test.yml:255:9: shellcheck reported issue in this script: SC2207:warning:1:8: Prefer mapfile or read -a to split command output (or quote to avoid splitting) [shellcheck] |255 | run: | | ^~~~.github/workflows/download_test.yml:255:9: shellcheck reported issue in this script: SC2086:info:5:37: Double quote to prevent globbing and word splitting [shellcheck] |255 | run: | | ^~~~.github/workflows/download_test.yml:264:9: shellcheck reported issue in this script: SC2207:warning:1:8: Prefer mapfile or read -a to split command output (or quote to avoid splitting) [shellcheck] |264 | run: | | ^~~~.github/workflows/download_test.yml:264:9: shellcheck reported issue in this script: SC2086:info:5:39: Double quote to prevent globbing and word splitting [shellcheck] |264 | run: | | ^~~~
内容
download_test.ymlにactionlintをかけたら
matrix.expected_version
がどこにも定義されていないことに気づきました。#249 の経緯があまりよくわかっていないのですが、既に不要な部分ではないかと思います。
voicevox_core/.github/workflows/download_test.yml
Lines 237 to 252 in af9cf97
Pros 良くなる点
Cons 悪くなる点
実現方法
OSの種類/ディストリ/バージョン
その他
The text was updated successfully, but these errors were encountered: