Skip to content

Commit

Permalink
add codelimit (#414)
Browse files Browse the repository at this point in the history
* Add workflow for CodeLimit

* docs: 📝 Add badge
  • Loading branch information
robvanderleek authored Jan 15, 2025
1 parent c4cd9ce commit a28eed8
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
directory: "/serverless"
schedule:
interval: weekly
time: "04:00"
open-pull-requests-limit: 10
- package-ecosystem: npm
directory: "/standalone"
schedule:
interval: weekly
time: "04:00"
Expand Down
19 changes: 19 additions & 0 deletions .github/workflows/codelimit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: 'codelimit'

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: 'Checkout sources'
uses: actions/checkout@v4

- name: 'Run CodeLimit'
uses: getcodelimit/codelimit-action@v1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div align="center">

[![Build Status](https://github.com/robvanderleek/capture-website-api/workflows/CICD/badge.svg)](https://github.com/robvanderleek/capture-website-api/actions)
[![Maintainability](https://api.codeclimate.com/v1/badges/20056816e22527745a74/maintainability)](https://codeclimate.com/github/robvanderleek/capture-website-api/maintainability)
[![CodeLimit](https://github.com/robvanderleek/capture-website-api/blob/_codelimit_reports/add-codelimit/badge.svg)](https://github.com/robvanderleek/capture-website-api/blob/_codelimit_reports/add-codelimit/codelimit.md)
[![Dependabot](https://badgen.net/badge/Dependabot/enabled/green?icon=dependabot)](https://dependabot.com/)
[![DockerHub image pulls](https://img.shields.io/docker/pulls/robvanderleek/capture-website-api)](https://hub.docker.com/repository/docker/robvanderleek/capture-website-api)
![Vercel](https://vercelbadge.vercel.app/api/robvanderleek/capture-website-api)
Expand Down

0 comments on commit a28eed8

Please sign in to comment.