1
0
Fork 0
mirror of https://github.com/ludeeus/action-shellcheck.git synced 2024-08-16 10:09:53 +02:00
Commit graph

18 commits

Author SHA1 Message Date
Joakim Sørensen
1e1da5dfe2
Add permissions key to workflows and example (#74) 2022-11-06 20:47:49 +01:00
bi1yeu
6096f68baf
Exact path matching ignore path (#59)
* support exact path matching and glob matching for ignore_path

* newlines

* update readme

* Trigger CI

Co-authored-by: ludeeus <ludeeus@ludeeus.dev>
2022-09-03 10:29:32 +02:00
Joakim Sørensen
c2b45ddc5f
Split ignore into ignore_paths and ignore_names (#52) 2021-11-14 11:01:29 +01:00
Joakim Sørensen
0ef4a19bfe
Use "version" instead of "shellcheck_version" for the input (#50) 2021-11-14 10:21:33 +01:00
Milan Vit
7606914ded
Allow specifying ShellCheck version (#44)
Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
2021-11-14 10:10:08 +01:00
Linus Gasser
8379299538
typo (#47) 2021-11-01 10:02:27 +01:00
Alexey Alekhin
94e0aab03c
feat: add format input and a single-line problem matcher (#40)
Co-authored-by: Joakim Sørensen <ludeeus@gmail.com>
2021-03-31 21:03:27 +02:00
Justin Hammond
ac3e5d1ab4
Updates README to include ShellCheck flag/options usage (#35) 2021-01-13 18:26:27 +01:00
Simon Egersand
b247a9c05d
Add ignore multiple dirs example (#33) 2020-12-24 12:06:42 +01:00
Joakim Sørensen
02daeb3604
Move action to composite (#31) 2020-10-25 21:00:46 +01:00
Daniel
fcee962fee
Add scandir option (#28) 2020-10-03 14:49:12 +02:00
Tom Riat
c7d4e499f1
Update action checkout to the new default branch (#24)
Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
2020-07-28 10:59:37 +02:00
Brandon W Maister
35d6c4c933
Add the ability to check all scripts in one shellcheck command (#17)
This is the most straightforward way to allow sourcing scripts, as shellcheck
[SC1090] only allows `source` files that are in the same invocation, I believe
unless `-x` is also specified.

[SC1090]: https://github.com/koalaman/shellcheck/wiki/SC1090
2020-06-26 21:41:45 +02:00
Ilir Bekteshi
142c6d53df
Add severity input (#16)
Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
2020-06-26 08:05:34 +02:00
ludeeus
6eb62923bc Update 2020-05-30 12:00:24 +02:00
ludeeus
3a4806a465 Update readme 2020-05-30 11:57:50 +02:00
ludeeus
35efb355bc Update README 2020-05-29 23:11:34 +02:00
ludeeus
86748bd806 init 2019-03-09 11:25:14 +01:00