Compare commits
	
		
			9 Commits
		
	
	
		
			master
			...
			0d13459301
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 0d13459301 | |||
| 64f1c3996e | |||
| 815f574809 | |||
| 33d6931532 | |||
| 63cefb11b6 | |||
| 1e7b6841df | |||
| 07d12cc1f2 | |||
| c77ab3af16 | |||
| 6f521421c6 | 
							
								
								
									
										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