Skip to content

Add CodeLimit workflow #1

Add CodeLimit workflow

Add CodeLimit workflow #1

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@v4
- name: 'Run CodeLimit'
uses: getcodelimit/codelimit-action@v1