Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Pull Request ## Description This pull request introduces a new job to the GitHub Actions workflow for code limit analysis. The most important change is the addition of the `run-code-limit` job to the `.github/workflows/code-checks.yml` file. New job added to GitHub Actions workflow: * [`.github/workflows/code-checks.yml`](diffhunk://#diff-ddf88e15b08104435ae66be9982938335f6c290a85de4cb9a09868e0e01dd4d4R160-R176): Added `run-code-limit` job for code limit analysis, which includes steps for checking out the repository and running the `getcodelimit/codelimit-action`. Fixes #210
- Loading branch information