Merge pull request 'chore: add flake check workflow' (#21) from workflow-init into master
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				flake-check / build (push) Successful in 46s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	flake-check / build (push) Successful in 46s
				
			Reviewed-on: #21
This commit is contained in:
		
							
								
								
									
										16
									
								
								.github/workflows/flake-check.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								.github/workflows/flake-check.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,16 @@ | ||||
| name: flake-check | ||||
| on: | ||||
|   push: | ||||
|     branches: master | ||||
|   pull_request: | ||||
|     branches: | ||||
|       - master | ||||
|  | ||||
| jobs: | ||||
|   build: | ||||
|     runs-on: [ ubuntu-latest, homelab ] | ||||
|     steps: | ||||
|       - uses: actions/checkout@v4 | ||||
|       - uses: cachix/install-nix-action@v31 | ||||
|       - run: nix flake check | ||||
|  | ||||
		Reference in New Issue
	
	Block a user