Skip to content

Some coding style fixes and cleaning up (#1093) #1015

Some coding style fixes and cleaning up (#1093)

Some coding style fixes and cleaning up (#1093) #1015

Workflow file for this run

name: ShellCheck
on:
push:
pull_request:
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run shellcheck
uses: ludeeus/[email protected]
with:
check_together: 'yes'
severity: error