dusage 0.2.3

💾 A command line disk usage information tool: disk usage (foreground), inodes (background).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
name: cd_ubuntu

on: [workflow_dispatch]

jobs:
  CD-ubuntu:
    runs-on: ubuntu-latest
    steps:
      - name: Run Install Commands
        run: |
          sudo apt-get install \
            devscripts
            dput