mathiasbynens / dotfiles

:wrench: .files, including ~/.macos — sensible hacker defaults for macOS
https://mths.be/dotfiles
MIT License
30.02k stars 8.74k forks source link

Add GitHub Actions with ShellCheck #951

Open asbjornu opened 3 years ago

asbjornu commented 3 years ago

This PR adds a GitHub Action workflow with bewuethr/shellcheck-action to execute ShellCheck against all shell scripts in the repository. A Dependabot config file to keep the GitHub Actions workflow up to date is also added and all the ShellCheck errors are fixed or ignored as appropriate.