Skip to content

chore: add lint checker - #70

Open
fabiano-mallmann wants to merge 2 commits into
mainfrom
chore/add-lint-checker
Open

chore: add lint checker#70
fabiano-mallmann wants to merge 2 commits into
mainfrom
chore/add-lint-checker

Conversation

@fabiano-mallmann

Copy link
Copy Markdown

This pull request introduces a new GitHub Actions workflow to automate PHP syntax linting for two PHP versions (7.1 and 8.5). The workflow ensures that all PHP files in the repository are checked for syntax errors on every push to main and on pull requests, improving code quality and reducing the risk of syntax-related issues.

Continuous Integration Enhancements:

  • Added a .github/workflows/ci.yml workflow to automatically check PHP syntax for both PHP 7.1 and PHP 8.5 using separate jobs on every push to main and on pull requests.
  • Configured the workflow to run in Docker containers with the appropriate PHP versions and necessary extensions installed, ensuring consistency across environments.
  • Implemented job concurrency controls to prevent overlapping runs for the same workflow and branch, improving CI reliability.

@fabiano-mallmann fabiano-mallmann self-assigned this Aug 19, 2026
@backstage-catalog-validator

Copy link
Copy Markdown

⚠️ Este repositório ainda não está catalogado no Backstage. ⚠️

Por favor, catalogue-o seguindo as instruções nesta documentação. [Via VPN].

💁 Qualquer problema ou dúvida, estamos no Slack, basta abrir um ticket no canal #help-foundation-platform.

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.

1 participant