mirror of
https://github.com/ludeeus/action-shellcheck.git
synced 2025-02-23 13:09:30 +01:00
7 lines
112 B
C
7 lines
112 B
C
![]() |
/* C code test file
|
||
|
* file that should not be matched for shellcheck runs
|
||
|
*/
|
||
|
int main(void) {
|
||
|
return 0;
|
||
|
}
|