File tree Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Original file line number Diff line number Diff line change
1
+ exclude :
2
+ - action-dist
Original file line number Diff line number Diff line change
1
+ name : ' codelimit'
2
+
3
+ on :
4
+ push :
5
+ branches :
6
+ - main
7
+ pull_request :
8
+ branches :
9
+ - main
10
+
11
+ jobs :
12
+ ci :
13
+ runs-on : ubuntu-latest
14
+ steps :
15
+ - name : ' Checkout sources'
16
+ uses : actions/checkout@v4
17
+
18
+ - name : ' Run CodeLimit'
19
+ uses : getcodelimit/codelimit-action@v1
20
+
Original file line number Diff line number Diff line change 14
14
15
15
<div align =" center " >
16
16
17
- [ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/aaa03e6c10ce1ae9941f/maintainability )] ( https://codeclimate.com/github/robvanderleek/create-issue-branch/maintainability )
18
17
[ ![ Build Status] ( https://github.com/robvanderleek/create-issue-branch/workflows/main/badge.svg )] ( https://github.com/robvanderleek/create-issue-branch/actions )
18
+ [ ![ CodeLimit] ( https://github.com/robvanderleek/create-issue-branch/blob/_codelimit_reports/main/badge.svg )] ( https://github.com/robvanderleek/create-issue-branch/blob/_codelimit_reports/main/codelimit.md )
19
19
[ ![ codecov] ( https://codecov.io/gh/robvanderleek/create-issue-branch/branch/main/graph/badge.svg?token=WBKIPs2WEc )] ( https://codecov.io/gh/robvanderleek/create-issue-branch )
20
20
[ ![ Dependabot] ( https://badgen.net/badge/Dependabot/enabled/green?icon=dependabot )] ( https://dependabot.com/ )
21
21
[ ![ Sentry] ( https://img.shields.io/badge/sentry-enabled-green )] ( https://sentry.io )
You can’t perform that action at this time.
0 commit comments