diff --git a/.github/pr_labeler.yml b/.github/pr_labeler.yml index a0012065..ce1ffc91 100644 --- a/.github/pr_labeler.yml +++ b/.github/pr_labeler.yml @@ -30,3 +30,5 @@ openapi: - openapi/* styling: - "**/*.css" +lint: + - .stylelintrc.json diff --git a/package.json b/package.json index f4409b7c..d6411298 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ }, "devDependencies": { "ava": "^6.1.3", - "c8": "^10.0.0", + "c8": "^10.1.1", "documentation": "^14.0.3", "got": "^14.4.1", "semantic-release": "^24.0.0"