You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 criteria
Given a file from a PR is in PHP
When the PR is created
Then linting is run by Github actions for this file
Given a file from a PR is in Javascript
When the PR is created
Then linting is run by Github actions for this file
Given a file from a PR is in Bash
When the PR is created
Then linting is run by Github actions for this file
User story
Acceptance criteria
Additional Info
Use github actions on PR
PHP:
https://github.com/marketplace/actions/phpcs-check-with-annotations
Javascript:
https://github.com/marketplace/actions/eslint-annotate-from-report-json
Shell:
https://github.com/marketplace/actions/shellcheck
Product Backlog Item Ready Checklist
Product Backlog Item Done Checklist
The text was updated successfully, but these errors were encountered: