Closed AgusCastro closed 1 year ago
This change introduces a new GitHub Actions workflow, "Lint Code Base", which is set to run on every push to the main branch and on pull requests targeting the main branch. The workflow is designed to maintain code quality by linting the code base using the super-linter/slim@v5
action.
File | Summary |
---|---|
.github/workflows/lint.yml |
A new GitHub Actions workflow file named "Lint Code Base" has been added. This workflow runs on push to the main branch and pull requests targeting the main branch. It operates on an Ubuntu environment and has permissions to read contents and packages, and write statuses. The workflow checks out the code using the actions/checkout@v4 action and then lints the code base using the super-linter/slim@v5 action. |
🍂 As the leaves fall, so does the lint from our code, 🍁
With each push and pull, we lighten the load. 🎃
On this All Hallows' Eve, under the moon's glow, 🌕
Our code becomes cleaner, like the first winter's snow. ❄️
So here's to the linter, our silent night guard, 🛡️
Keeping our codebase, from becoming too hard! 🎉
Happy Halloween, and to all a good night, 🌙
May your code be merry, and always just right! 🐇
What's this PR do?
Solves #152
Summary by CodeRabbit
New Features:
Bug Fixes:
Documentation:
Refactor:
Style:
Tests:
Chores: