Skip to content

Commit 019f92f

Browse files
ci: 👷 Add CodeLimit (#960)
1 parent b82c47e commit 019f92f

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

‎.codelimit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
exclude:
2+
- action-dist

‎.github/workflows/codelimit.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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+

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
<div align="center">
1616

17-
[![Maintainability](https://api.codeclimate.com/v1/badges/aaa03e6c10ce1ae9941f/maintainability)](https://codeclimate.com/github/robvanderleek/create-issue-branch/maintainability)
1817
[![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)
1919
[![codecov](https://codecov.io/gh/robvanderleek/create-issue-branch/branch/main/graph/badge.svg?token=WBKIPs2WEc)](https://codecov.io/gh/robvanderleek/create-issue-branch)
2020
[![Dependabot](https://badgen.net/badge/Dependabot/enabled/green?icon=dependabot)](https://dependabot.com/)
2121
[![Sentry](https://img.shields.io/badge/sentry-enabled-green)](https://sentry.io)

0 commit comments

Comments
 (0)