remove SLS tabtab #75
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: Shell Lint | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
branches: | |
- master | |
types: ['opened', 'edited', 'reopened', 'synchronize'] | |
jobs: | |
shellcheck: | |
name: Shell Check | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Check Shell Files | |
uses: pataraco/[email protected] |