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 ]
|
branches: [ main ]
|
||||||
paths:
|
paths:
|
||||||
- 'cleanup.sh'
|
- 'cleanup.sh'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
cleanup:
|
cleanup:
|
||||||
|
@ -17,3 +18,11 @@ jobs:
|
||||||
- uses: actions/checkout@main
|
- uses: actions/checkout@main
|
||||||
- name: Cleanups
|
- name: Cleanups
|
||||||
uses: rokibhasansagar/slimhub_actions@main
|
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