Skip to content

fix: πŸ› Fix download link #26

fix: πŸ› Fix download link

fix: πŸ› Fix download link #26

Workflow file for this run

name: codelimit
on:
push:
branches:
- main
pull_request:
branches:
- main
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'