mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	move treefmt to tests flake
this way we don't polute our consumers flake.lock with treefmt
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							@@ -10,7 +10,7 @@ jobs:
 | 
			
		||||
    steps:
 | 
			
		||||
    - uses: actions/checkout@v4
 | 
			
		||||
    - uses: cachix/install-nix-action@v31
 | 
			
		||||
    - run: nix fmt .
 | 
			
		||||
    - run: cd tests && nix fmt .. -- --fail-on-change
 | 
			
		||||
  tests:
 | 
			
		||||
    needs: nixfmt
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user