Move spell checker to woodpecker
This commit is contained in:
		
							
								
								
									
										10
									
								
								.woodpecker.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								.woodpecker.yaml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
---
 | 
			
		||||
when:
 | 
			
		||||
  event: push
 | 
			
		||||
steps:
 | 
			
		||||
  spell-check:
 | 
			
		||||
    name: Spell-Checker
 | 
			
		||||
    image: node
 | 
			
		||||
    commands:
 | 
			
		||||
      - npm i markdown-spellcheck -g
 | 
			
		||||
      - mdspell "src/content/**/*.md" -n -r
 | 
			
		||||
		Reference in New Issue
	
	Block a user