Skip to content

Commit 901871a

Browse files
committed
Check the outputs
1 parent 101fbf5 commit 901871a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

analyze-project/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ runs:
3737
print(f"::set-output name=pyright::{is_installed('pyright')}")
3838
EOF
3939
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
4045
- name: Get package name and version
4146
id: get_package_info
4247
run: |

0 commit comments

Comments
 (0)