We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4899dc commit cb66635Copy full SHA for cb66635
.github/workflows/lint.yml
@@ -13,4 +13,4 @@ jobs:
13
ruby-version: 3.0
14
bundler-cache: true # 'bundle install' and cache
15
- name: Rubocop
16
- run: echo "linting disabled" #bundle exec rake rubocop
+ run: bundle exec rake rubocop
lib/qiita_marker/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module QiitaMarker
4
- VERSION = "0.23.9"
+ VERSION = "0.23.6.2"
5
end
0 commit comments