We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 332431a commit f807786Copy full SHA for f807786
action.yml
@@ -65,6 +65,8 @@ runs:
65
cd $GITHUB_ACTION_PATH
66
npm install
67
npx tsc
68
+ ls
69
+ ls dist
70
node dist/index.js
71
shell: bash
72
env:
0 commit comments