馃挜 [DevOps] In Travis And GitHub CI Move Linting In Front Of Testing
Created by: Tirokk
馃敟 DevOps ticket
In Travis and GitHub CI move linting in front of testing.
Is this possible or do we need the docker containers first build? If it seems not possible. Why we can do it with the locales check?
Motive
Very often the linting check fails. Therefore it would be cool to have the linting at the beginning of the build aside the locales check so we can see problems quick, stop the build, and fix the linting. That saves us Travis credits and accelerates the development process.
Related issues
None
Implementation
Change file .github/workflows/ci.yml
.
Validation
Check the build process.
Additional context
None