All checks were successful
		
		
	
	build / build (push) Successful in 2m18s
				
			- basic generation of json files
  - supported parsers:
    - healthcheck
    - result-detail
    - result-status
    - file
    - log
    - dummy
    - keyword (keyword, clangtidy, cppcheck, cpplint)
    - diff
- `convert` functions is mature, tested in engr151-24fa last two homeworks and engr151-24fa p3
- teapot and healthcheck should be up to date
Co-authored-by: Boming Zhang <bomingzh@sjtu.edu.cn>
Reviewed-on: #10
Reviewed-by: Boming Zhang <bomingzh@sjtu.edu.cn>
Co-authored-by: jon-lee <jon-lee@sjtu.edu.cn>
Co-committed-by: jon-lee <jon-lee@sjtu.edu.cn>
		
	
			
		
			
				
	
	
		
			24 lines
		
	
	
		
			279 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			279 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
################################
 | 
						|
## White list based gitignore ##
 | 
						|
################################
 | 
						|
 | 
						|
# forbidden
 | 
						|
*
 | 
						|
.*
 | 
						|
 | 
						|
# allowed
 | 
						|
!.gitignore
 | 
						|
!.gitattributes
 | 
						|
!.gitea/
 | 
						|
!.gitea/issue_template/
 | 
						|
!.gitea/workflows/
 | 
						|
!*.yaml
 | 
						|
!Makefile
 | 
						|
!CMakeLists.txt
 | 
						|
!h[0-8]/
 | 
						|
!*.m
 | 
						|
!*.c
 | 
						|
!*.cpp
 | 
						|
!*.h
 | 
						|
!*.md
 |