Update check_ubuntu.yml

This commit is contained in:
Rokib Hasan Sagar 2021-05-13 15:31:08 +06:00 committed by rokibhasansagar
parent 3dac4f5d6c
commit 197ea89e50
No known key found for this signature in database
GPG key ID: 2A43163956D6C2A7

View file

@ -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