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.
envoy.code.check
1 parent 30dbf4e commit ba721c7Copy full SHA for ba721c7
.github/workflows/ci.yml
@@ -66,7 +66,7 @@ jobs:
66
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
67
with:
68
python-version: "3.11"
69
- - run: pip install envoy.code.check>=0.5.11
+ - run: pip install envoy.code.check>=0.5.14
70
- run: |
71
envoy.code.check . -c glint shellcheck yamllint -x ".*/dist/.*"
72
envoy.code.check/VERSION
@@ -1 +1 @@
1
-0.5.14
+0.5.15-dev
envoy.docs.sphinx_runner/setup.cfg
@@ -32,7 +32,6 @@ install_requires =
32
colorama
33
docutils~=0.19.0
34
envoy.base.utils>=0.3.10
35
- envoy.code.check>=0.3.6
36
packaging>=23.0
37
pygments>=2.11.1
38
pyyaml
0 commit comments