Skip to content

Add formatter and gh action format check #12

Add formatter and gh action format check

Add formatter and gh action format check #12

Workflow file for this run

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