User Story
As a developer
I want linting of submitted code to be automated
and to have their reports annotate the PR file diffs
So that code quality of PR submissions are automatically assessed without extra work needed
Acceptance scenario
Given a file from a PR is in PHP
When the PR is created
Then linting is run for this file
two jobs: one for PHP Code sniffer, one for PHP Stan
This is dependent on PR #2408
User Story
As a developer
I want linting of submitted code to be automated
and to have their reports annotate the PR file diffs
So that code quality of PR submissions are automatically assessed without extra work needed
Acceptance scenario
Given a file from a PR is in PHP
When the PR is created
Then linting is run for this file
two jobs: one for PHP Code sniffer, one for PHP Stan
This is dependent on PR #2408