Files
sysadmin-toolkit/.github/workflows/shellcheck.yml
T
admin e3982eb7e3
Deploy via Script Externo / deploy (push) Waiting to run
ShellCheck CI / shellcheck (push) Failing after 14s
Teste Shell Runner / shell-test (push) Successful in 5s
Atualizar .github/workflows/shellcheck.yml
2026-05-30 04:36:03 +00:00

20 lines
346 B
YAML

name: ShellCheck CI
on:
push:
branches: [ main, feature/* ]
pull_request:
branches: [ main ]
jobs:
shellcheck:
runs-on: deploy
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
severity: warning
ignore_paths: logs