mirror of
https://github.com/ludeeus/action-shellcheck.git
synced 2025-08-24 02:06:34 +02:00
Fixes issues with globbing files with partial match(#23)
Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
This commit is contained in:
6
testfiles/bashfile.c
Normal file
6
testfiles/bashfile.c
Normal file
@@ -0,0 +1,6 @@
|
||||
/* C code test file
|
||||
* file that should not be matched for shellcheck runs
|
||||
*/
|
||||
int main(void) {
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user