Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/add linter configuration file #120

Commits on Oct 7, 2024

  1. add a workflow/linter file in the github folder, which is aimed at ch…

    …ecking and formatting code to ensure it follows the best practices
    solonkonora committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    7da6474 View commit details
    Browse the repository at this point in the history
  2. this file further defines a GitHub Actions workflow that automaticall…

    …y runs a linter on the codebase every time a push is made (except to master/main) or a pull request is opened targeting master/main. It uses GitHub's Super Linter, which checks for code quality and helps maintain consistency and avoid errors in the project
    solonkonora committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    3ef1ad4 View commit details
    Browse the repository at this point in the history