Skip to content

Latest commit

 

History

History

github_actions

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

本研修カリキュラムのおすすめGitHub Actions設定の利用方法

.github ディレクトリをアプリケーションのルートディレクトリ内にコピーしてください。 このディレクトリには以下のファイルが入っています。

  • lint.yml
    • Rubocop実行用のActions
  • test.yml
    • RSpec実行用のActions