We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31808f3 commit 62a816bCopy full SHA for 62a816b
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
fetch-depth: 0 # gives the commit linter access to previous commits
21
22
- name: Commit message linter
23
- if: ${{ matrix.ruby == '2.5' }}
+ if: ${{ matrix.ruby == '3.0' }}
24
uses: wagoid/commitlint-github-action@v4
25
26
- uses: ruby/setup-ruby@v1
.rubocop.yml
@@ -1,7 +1,7 @@
1
AllCops:
2
DisabledByDefault: false
3
NewCops: enable
4
- TargetRubyVersion: 2.5
+ TargetRubyVersion: 3.0
5
6
Layout/LineLength:
7
Enabled: false
0 commit comments