Skip to content

Commit 46168cc

Browse files
authored
Merge pull request #38 from blocknotes/chore/update-ci-config
chore: update tests config
2 parents 7262ad5 + 0231080 commit 46168cc

11 files changed

Lines changed: 216 additions & 500 deletions

File tree

.github/workflows/specs_rails70.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
ruby: ['2.7', '3.0']
18+
ruby: ['3.0', '3.1', '3.2']
1919
gemfile: ['rails70_activeadmin']
2020

2121
env:

.overcommit.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
CommitMsg:
2+
CapitalizedSubject:
3+
enabled: false
4+
5+
MessageFormat:
6+
enabled: true
7+
pattern: "^(fixup! ){0,1}(fix|feat|build|chore|ci|docs|style|refactor|perf|test)[!]{0,1}: .+$"
8+
expected_pattern_message: "<Commit type>: <Commit Message>"
9+
sample_message: "chore: add Overcommit config"
10+
11+
TextWidth:
12+
enabled: true
13+
max_subject_width: 72

extra/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Development
22

3+
Overcommit can be used to ensure that Conventional commits are good.
4+
35
## Releases
46

57
```sh

gemfiles/rails52_activeadmin20.gemfile

Lines changed: 0 additions & 26 deletions
This file was deleted.

gemfiles/rails52_activeadmin20.gemfile.lock

Lines changed: 0 additions & 311 deletions
This file was deleted.

0 commit comments

Comments
 (0)