Skip to content

codelimit

codelimit #19

Workflow file for this run

name: codelimit
on:
workflow_run:
workflows: [main]
types:
- completed
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v6
- name: Run CodeLimit
uses: getcodelimit/codelimit-action@main
with:
check: false
codelimit_version: 'latest'