9 lines
		
	
	
		
			No EOL
		
	
	
		
			165 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			No EOL
		
	
	
		
			165 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| on: [push]
 | |
| jobs:
 | |
|   build:
 | |
|     runs-on: poseidon-runner
 | |
|     steps:
 | |
|       - name: checkout
 | |
|         uses: actions/checkout@v4
 | |
|       - run: make
 | |
|       - run: time ./main |