Commit 9bb5769 1 parent 9fb04b4 commit 9bb5769 Copy full SHA for 9bb5769
File tree 3 files changed +12
-9
lines changed
3 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 22
22
- name : Install dependencies
23
23
run : bundle install
24
24
25
- - name : Run tests
26
- run : bin/rspec
25
+ - name : Install pre-commit
26
+ run : |
27
+ apt-get update
28
+ apt-get install --yes --no-install-recommends python3 python3-pip
29
+ pip install pre-commit --break-system-packages
30
+ pre-commit install --install-hooks
27
31
28
32
- name : Run linters
29
33
run : pre-commit run --all-files
34
+
35
+ - name : Run tests
36
+ run : bin/rspec
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ gem 'byebug'
7
7
gem 'rake-release'
8
8
gem 'rspec'
9
9
gem 'rubocop'
10
- gem 'sqlite3'
10
+ gem 'sqlite3' , '~> 1.4'
Original file line number Diff line number Diff line change 36
36
concurrent-ruby (~> 1.0 )
37
37
json (2.7.2 )
38
38
language_server-protocol (3.17.0.3 )
39
- mini_portile2 (2.8.7 )
40
39
minitest (5.24.1 )
41
40
mutex_m (0.2.0 )
42
41
parallel (1.26.3 )
74
73
rubocop-ast (1.32.3 )
75
74
parser (>= 3.3.1.0 )
76
75
ruby-progressbar (1.13.0 )
77
- sqlite3 (2.1.0 )
78
- mini_portile2 (~> 2.8.0 )
79
- sqlite3 (2.1.0-arm64-darwin )
76
+ sqlite3 (1.7.3-arm64-darwin )
80
77
timeout (0.4.1 )
81
78
tzinfo (2.0.6 )
82
79
concurrent-ruby (~> 1.0 )
83
80
unicode-display_width (2.6.0 )
84
81
85
82
PLATFORMS
86
83
arm64-darwin-23
87
- ruby
88
84
89
85
DEPENDENCIES
90
86
batch_update !
91
87
byebug
92
88
rake-release
93
89
rspec
94
90
rubocop
95
- sqlite3
91
+ sqlite3 ( ~> 1.4 )
96
92
97
93
BUNDLED WITH
98
94
2.5.11
You can’t perform that action at this time.
0 commit comments