Skip to content

update and format all files #13

update and format all files

update and format all files #13

Workflow file for this run

on:
push:
pull_request:
name: 'QA'
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -o all -e 2312