Update check_ubuntu.yml
This commit is contained in:
parent
3dac4f5d6c
commit
197ea89e50
1 changed files with 9 additions and 0 deletions
9
.github/workflows/check_ubuntu.yml
vendored
9
.github/workflows/check_ubuntu.yml
vendored
|
@ -5,6 +5,7 @@ on:
|
|||
branches: [ main ]
|
||||
paths:
|
||||
- 'cleanup.sh'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
cleanup:
|
||||
|
@ -17,3 +18,11 @@ jobs:
|
|||
- uses: actions/checkout@main
|
||||
- name: Cleanups
|
||||
uses: rokibhasansagar/slimhub_actions@main
|
||||
- name: Apt Checks
|
||||
run: sudo apt list --installed
|
||||
- name: Local Bin checks
|
||||
run: ls -lAog /usr/local/bin
|
||||
- name: Glbal Bin checks
|
||||
run: ls -lAog /usr/bin
|
||||
- name: Envirnment Variables Check
|
||||
run: printenv | sort
|
||||
|
|
Loading…
Reference in a new issue