Skip to content

Commit

Permalink
get some awareness
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Maj committed May 9, 2024
1 parent 18f6caf commit 5c9ae68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Tests
on:
pull_request_target:
pull_request:
push:
branches:
- main
Expand Down
2 changes: 2 additions & 0 deletions src/health-score.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ const child_process = require('child_process');
module.exports = {
calc: function calculateScore(/* core */) {
// TODO: wire up action inputs
console.log('pwd:', child_process.execSync('pwd').toString());
console.log('ls -al:', child_process.execSync('ls -al').toString());
return module.exports.grep('js', 'node_modules');
// TODO: wire up action outputs
},
Expand Down

0 comments on commit 5c9ae68

Please sign in to comment.