Skip to content

Commit b03f27f

Browse files
authored
2025-01-01 v. 7.6.0.1: added "Hard" section to CI
2 parents 67b9375 + c8b728f commit b03f27f

File tree

5 files changed

+5
-1
lines changed

5 files changed

+5
-1
lines changed

ci/links_checker.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ class LinksChecker < ::CI::CIJob
1010
def process
1111
check('easy')
1212
check('medium')
13+
check('hard')
1314
end
1415

1516
private

ci/readme_duplicates_checker.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ class ReadmeDuplicatesChecker < ::CI::CIJob
1010
def process
1111
check('easy')
1212
check('medium')
13+
check('hard')
1314
end
1415

1516
private

ci/readme_paths_checker.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ class ReadmePathsChecker < ::CI::CIJob
1010
def process
1111
check('easy')
1212
check('medium')
13+
check('hard')
1314
end
1415

1516
private

ci/tests_checker.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ class TestsChecker < ::CI::CIJob
1010
def process
1111
check('easy')
1212
check('medium')
13+
check('hard')
1314
end
1415

1516
private

leetcode-ruby.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ require 'English'
55
::Gem::Specification.new do |s|
66
s.required_ruby_version = '>= 3.0'
77
s.name = 'leetcode-ruby'
8-
s.version = '7.6.0'
8+
s.version = '7.6.0.1'
99
s.license = 'MIT'
1010
s.files = ::Dir['lib/**/*.rb'] + %w[README.md]
1111
s.executable = 'leetcode-ruby'

0 commit comments

Comments
 (0)