Update check_ubuntu.yml
This commit is contained in:
parent
42160ae16b
commit
b57b162309
1 changed files with 3 additions and 1 deletions
4
.github/workflows/check_ubuntu.yml
vendored
4
.github/workflows/check_ubuntu.yml
vendored
|
@ -16,9 +16,11 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@main
|
||||
- name: Raw Environment Apt Checkup
|
||||
run: sudo apt list --installed
|
||||
- name: Cleanups
|
||||
uses: rokibhasansagar/slimhub_actions@main
|
||||
- name: Apt Checks
|
||||
- name: Post-Cleanup Apt Checkup
|
||||
run: sudo apt list --installed
|
||||
- name: Local Bin checks
|
||||
run: ls -lAog /usr/local/bin
|
||||
|
|
Loading…
Reference in a new issue