x-stend / x

`x$` is a highly flexible and extendable utility library for JavaScript and TypeScript, designed to streamline the integration and extension of various utility libraries like lodash, moment, and ramda. With `x$`, developers can easily create custom higher-order functions, ensuring adaptability and maintainability in their codebase.
MIT License
0 stars 0 forks source link

#11 Implement Lint Verification in CI/CD #30

Closed cstroliadavis closed 5 months ago

cstroliadavis commented 5 months ago

NOTE: This will not auto fix lint issues. After looking at the problem a bit, it seems clear that this should not be happening in a CI/CD process remotely, but would be better to do locally in a git hook.

Issue No:

closes: GH-11

Issue Type:

Description

Adds lint checking to the PR pipeline

How Has This Been Tested?

Will test in this PR and an intentional fail PR #29.

Checklist: