linters pipeline

This commit is contained in:
a.pivkin 2024-08-05 07:13:10 +03:00
commit 022c4a25f0
6 changed files with 6 additions and 0 deletions

3
Makefile Normal file
View File

@ -0,0 +1,3 @@
all:
echo $$datadir

BIN
blah Executable file

Binary file not shown.

1
blah.c Normal file
View File

@ -0,0 +1 @@
int main() { return 0; }

BIN
blah.o Normal file

Binary file not shown.

0
subdir/inside_file Normal file
View File

2
subdir/makefile Normal file
View File

@ -0,0 +1,2 @@
hello:
touch inside_file