Skip to content

saltstack onedir repo with new key, configure minion with ouput chang… #14

saltstack onedir repo with new key, configure minion with ouput chang…

saltstack onedir repo with new key, configure minion with ouput chang… #14

Workflow file for this run

---
name: linting
"on": [push, pull_request]
jobs:
shellcheck:
name: QA for Shellscripts
runs-on: ubuntu-latest
steps:
- name: Check out code from repository
uses: actions/checkout@v2
- name: ShellCheck
uses: ludeeus/action-shellcheck@1.0.0
continue-on-error: true
with:
severity: style
check_together: 'yes'
additional_files: 'samutev.conf.template'