mirror of
				https://github.com/vyos/vyos-documentation.git
				synced 2025-11-04 00:02:05 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			147 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			147 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
name: Lint Doc
 | 
						|
on:
 | 
						|
  pull_request:
 | 
						|
 | 
						|
jobs:
 | 
						|
  lint-doc:
 | 
						|
    uses: vyos/.github/.github/workflows/lint-doc.yml@current
 | 
						|
    secrets: inherit
 | 
						|
    
 | 
						|
    
 |