Skip to content

Commit

Permalink
Update check_ubuntu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rokibhasansagar committed May 13, 2021
1 parent 3dac4f5 commit 197ea89
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/check_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [ main ]
paths:
- 'cleanup.sh'
workflow_dispatch:

jobs:
cleanup:
Expand All @@ -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

0 comments on commit 197ea89

Please sign in to comment.