| 
					
				 | 
			
			
				@@ -0,0 +1,23 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+on: [push] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+jobs: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  hercules-charts: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    runs-on: ubuntu-latest 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    name: Charts generated by src-d/hercules 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    steps: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      - uses: actions/checkout@master 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      - name: Hercules 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        id: hercules 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        uses: src-d/hercules@master 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      - uses: actions/upload-artifact@master 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        with: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          name: burndown-project 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          path: /github/home/hercules/project.png 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      - uses: actions/upload-artifact@master 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          with: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            name: burndown-people 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            path: /github/home/hercules/people.png 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      - uses: actions/upload-artifact@master 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          with: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            name: overwrites 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            path: /github/home/hercules/matrix.png 
			 |