Skip to content

Commit

Permalink
Merge branch 'main' into yamllint
Browse files Browse the repository at this point in the history
  • Loading branch information
DariuszPorowski authored Nov 13, 2023
2 parents 82cfd0b + 6f87bc2 commit 3998ad5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,8 @@ runs:
await exec.exec('brew', ['install', 'shellcheck'])
break;
case 'linux':
core.exportVariable('DEBIAN_FRONTEND', 'noninteractive')
await exec.exec('sudo apt-get update')
await exec.exec('sudo apt-get install shellcheck')
break;
case 'win32':
Expand Down

0 comments on commit 3998ad5

Please sign in to comment.