We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d06b19b commit 16d8470Copy full SHA for 16d8470
all-hooks.json
@@ -5773,7 +5773,7 @@
5773
"id": "circle-ci-validator",
5774
"name": "CircleCI Config Validation",
5775
"description": "Validate CircleCI config without having to install the cli globally",
5776
- "entry": "env CIRCLECI_CLI_SKIP_UPDATE_CHECK=true circleci config validate -c",
+ "entry": "env CIRCLECI_CLI_TELEMETRY_OPTOUT=true CIRCLECI_CLI_SKIP_UPDATE_CHECK=true circleci config validate",
5777
"language": "python",
5778
"files": "\\.circleci/config.yml"
5779
}
@@ -7713,7 +7713,7 @@
7713
"yaml"
7714
],
7715
"files": "^\\.github/workflows/",
7716
- "entry": "docker.io/rhysd/actionlint:1.7.0"
+ "entry": "docker.io/rhysd/actionlint:1.7.1"
7717
},
7718
{
7719
"id": "actionlint-system",
0 commit comments