SO THAT I can enforce a code style within the project
Acceptance Criteria
AS a developer
GIVEN I want to manually lint the project
WHEN I run yarn lint
THEN eslint will be executed and return any linting errors within the project
AS a developer
GIVEN I want to push code to the repository
WHEN the code is pushed
THEN Forgejo Actions will execute the CI pipeline
AND run yarn lint as one of its steps
SO THAT I can enforce a code style within the project
Acceptance Criteria
AS a developer GIVEN I want to manually lint the project WHEN I run
yarn lint
THEN eslint will be executed and return any linting errors within the projectAS a developer GIVEN I want to push code to the repository WHEN the code is pushed THEN Forgejo Actions will execute the CI pipeline AND run
yarn lint
as one of its stepsSubtasks
Notes
No notes