Skip to content

add some command docs #54

add some command docs

add some command docs #54

Workflow file for this run

name: Analysis
on:
pull_request:
push:
branches:
- main
jobs:
linting:
runs-on: ubuntu-22.04
defaults:
run:
shell: bash
steps:
- name: Checking out the repository
uses: actions/checkout@v3.5.3
- name: Running ShellCheck
run: ./scripts/shellcheck.sh