File tree Expand file tree Collapse file tree 3 files changed +41
-0
lines changed
Expand file tree Collapse file tree 3 files changed +41
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Lint
2+ on :
3+ pull_request :
4+ push :
5+ branches :
6+ - main
7+
8+ jobs :
9+ lint :
10+ runs-on : ubuntu-latest
11+ steps :
12+ - name : Install
13+ uses : trinhngocthuyen/gh-actions/rb/install@main
14+ with :
15+ bundle-install : true
16+ - name : Makefile
17+ uses : trinhngocthuyen/gh-actions/core/makefile@main
18+ with :
19+ targets : lint
Original file line number Diff line number Diff line change 1+ name : Test
2+ on :
3+ pull_request :
4+ push :
5+ branches :
6+ - main
7+
8+ jobs :
9+ test :
10+ runs-on : ubuntu-latest
11+ steps :
12+ - name : Install
13+ uses : trinhngocthuyen/gh-actions/rb/install@main
14+ with :
15+ bundle-install : true
16+ - name : Makefile
17+ uses : trinhngocthuyen/gh-actions/core/makefile@main
18+ with :
19+ targets : test
Original file line number Diff line number Diff line change 11AllCops :
22 NewCops : enable
33 SuggestExtensions : false
4+ Include :
5+ - lib/**/*.rb
6+ - spec/**/*.rb
47 Exclude :
58 - spec/spec_helper.rb
69
You can’t perform that action at this time.
0 commit comments