Skip to content

codelimit

codelimit #1

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@v4
- name: 'Run CodeLimit'
uses: getcodelimit/codelimit-action@main
with:
check: false
codelimit-version: 'main'