Compare commits
	
		
			2 Commits
		
	
	
		
			b21ad67cfc
			...
			356897045f
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 356897045f | |||
| 1e1f8cebe8 | 
							
								
								
									
										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