Skip to content

feat(script): add dangerous commands detection feature(#34) #223

feat(script): add dangerous commands detection feature(#34)

feat(script): add dangerous commands detection feature(#34) #223

Workflow file for this run

name: ShellCheck
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master