Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: run lint action when NPM dependencies change (#1554)
Right now the lint GitHub Action only runs when lintable files (JS, MD, SCSS) are modified. This PR will also trigger the lint action when the package.json and/or package-lock.json files change so that we can better assess the impact of, say, a Dependabot update to Stylelint.
- Loading branch information