diff --git a/.github/workflows/codelimit.yml b/.github/workflows/codelimit.yml new file mode 100644 index 000000000000..49487229db0f --- /dev/null +++ b/.github/workflows/codelimit.yml @@ -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