File tree Expand file tree Collapse file tree 3 files changed +27
-14
lines changed
Expand file tree Collapse file tree 3 files changed +27
-14
lines changed Original file line number Diff line number Diff line change 1+ name : CI
2+
3+ on :
4+ push :
5+ branches : [ main ]
6+ pull_request :
7+ branches : [ main ]
8+
9+ jobs :
10+ test :
11+ name : " Ruby ${{ matrix.ruby-version }}"
12+ runs-on : ubuntu-latest
13+ strategy :
14+ matrix :
15+ ruby-version : ['3.2', '3.3', '3.4']
16+ steps :
17+ - uses : actions/checkout@v4
18+ - name : Set up Ruby
19+ uses : ruby/setup-ruby@v1
20+ with :
21+ ruby-version : ${{ matrix.ruby-version }}
22+ bundler-cache : true
23+ - name : Run tests
24+ run : bundle exec rake
25+ env :
26+ MT_COMPAT : ' true'
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- # Prmd [ ![ Travis Status ] ( https://travis-ci.org/interagent/prmd.svg )] ( https://travis-ci.org/interagent/prmd )
1+ # Prmd
22
33[ ![ Gem Version] ( https://badge.fury.io/rb/prmd.svg )] ( http://badge.fury.io/rb/prmd )
44
You can’t perform that action at this time.
0 commit comments