Get automated tests running on pull requests again
オープン
enhancement
- 主要言語
- Vim Script
- スター
- 1.1k
- フォーク
- 102
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
We used to have vroom run automatically on every pull request using Travis CI hooks, but those have been disabled. We should delete the remnant .travis.yml file and get the equivalent running using GitHub Actions.
See the maktaba plugin's test action for inspiration: https://github.com/google/vim-maktaba/blob/master/.github/workflows/run-tests.yml.
コントリビューションガイド
調査の方向性
まず残っている .travis.yml とリポジトリの既存のテスト設定を調べ、次に maktaba プラグインの .github/workflows/run-tests.yml と比較します。同等の vroom テストがすべての pull request に対して自動的に実行され、.travis.yml が削除されたら作業は完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- github-actions, vim
- 領域
- ci-cd, testing-qa
- issue の種類
- 機能追加
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 50/100