Skip to content

Add --sorting-order option and index count progress (#16) #67

Add --sorting-order option and index count progress (#16)

Add --sorting-order option and index count progress (#16) #67

Workflow file for this run

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