Skip to content

B #-: Don't mask install cmd by func #154

B #-: Don't mask install cmd by func

B #-: Don't mask install cmd by func #154

Workflow file for this run

name: 'ShellCheck'
on: [push, pull_request]
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -e SC2317