Text files should end with a valid new line character. 3
- Read doc
- Productivity
- Info
More information: https://insight.symfony.com/what-we-analyse/missing_e_o_l
- - name: PHP Infection
- run: vendor/bin/infection --skip-initial-tests --threads=64 --coverage=.build/coverage
- env:
- INFECTION_DASHBOARD_API_KEY: ${{ secrets.INFECTION_DASHBOARD_API_KEY }}
- ````
- # .env
- GOOGLE_API_KEY=your_api_key_here
- ````
- "phpstan/extension-installer": true,
- "infection/extension-installer": true
- }
- }
- }
lsv