saltstack onedir repo with new key, configure minion with ouput chang… #14
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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' |