File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 11name : setup ruby
22description : setup ruby
3+ inputs :
4+ working-directory :
5+ description : directory to use
6+ required : true
37runs :
48 using : composite
59 steps :
610 - name : Set up Ruby
711 uses : ruby/setup-ruby@v1
812 with :
913 bundler-cache : true
14+ working-directory : ${{ inputs.working-directory }}
Original file line number Diff line number Diff line change 2020 run : pwd
2121 - name : Setup Ruby
2222 uses : ./.github/shared/setup
23+ with :
24+ working-directory : ./2021/ruby
2325 - name : Run rubocop
2426 run : bundle exec rubocop
2527 tests :
2830 - uses : actions/checkout@v3
2931 - name : Setup Ruby
3032 uses : ./.github/shared/setup
33+ with :
34+ working-directory : ./2021/ruby
3135 - name : Run tests
3236 run : bundle exec rspec
You can’t perform that action at this time.
0 commit comments