feat: add shellcheck & shfmt github actions (#33)

* refactor: separate lint shfmt and shellcheck
* feat: add simple github action task
* fix: linting bash files according to shfmt
* feat: move main method dedicated shell file
* feat: update changelog entry
This commit is contained in:
Maciej Sypien 2024-09-14 23:49:03 +02:00 committed by Maciej Sypien
parent 1b97d625e6
commit 23bbbfcaee
No known key found for this signature in database
GPG key ID: 10BC01EDA6827DC8
5 changed files with 63 additions and 31 deletions

View file

@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Added light and dark transparent themes [#18](https://github.com/egel/tmux-gruvbox/issues/18)
- Added editorconfig
- Added code linters for shellcheck & shfmt [#33](https://github.com/egel/tmux-gruvbox/issues/33)
### Changed