Skip to content

Conversation

@Ifeanyi55
Copy link
Owner

This commit introduces a continuous integration (CI) workflow to automatically check for code formatting using the styler package for R.

The CI is implemented using GitHub Actions and is configured to run on every push and pull request to the main branch. The workflow is defined in the .github/workflows/lint.yml file.

Additionally, all existing R files in the R/ directory have been formatted using styler to ensure they comply with the new formatting standards.

This commit introduces a continuous integration (CI) workflow to automatically check for code formatting using the `styler` package for R.

The CI is implemented using GitHub Actions and is configured to run on every push and pull request to the `main` branch. The workflow is defined in the `.github/workflows/lint.yml` file.

Additionally, all existing R files in the `R/` directory have been formatted using `styler` to ensure they comply with the new formatting standards.
@Ifeanyi55 Ifeanyi55 merged commit d9062ba into main Oct 6, 2025
1 check failed
@Ifeanyi55 Ifeanyi55 deleted the add-code-formatting-ci branch October 6, 2025 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants