Skip to content

add lsd and use it instead of colorls #155

add lsd and use it instead of colorls

add lsd and use it instead of colorls #155

Workflow file for this run

on:
push:
branches:
- master
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
check_together: 'yes'