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 101fbf5 commit 901871aCopy full SHA for 901871a
analyze-project/action.yml
@@ -37,6 +37,11 @@ runs:
37
print(f"::set-output name=pyright::{is_installed('pyright')}")
38
EOF
39
shell: bash
40
+ - name: Echo check_tools outputs
41
+ run: |
42
+ echo "mypy installed: ${{ steps.check_tools.outputs.mypy }}"
43
+ echo "pyright installed: ${{ steps.check_tools.outputs.pyright }}"
44
+ shell: bash
45
- name: Get package name and version
46
id: get_package_info
47
run: |
0 commit comments