mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-31 05:45:26 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			468 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			468 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| ---
 | |
| name: Codespell
 | |
| on: [push, pull_request]
 | |
| permissions:
 | |
|   contents: read
 | |
| 
 | |
| jobs:
 | |
|   codespell:
 | |
|     name: Check for spelling errors
 | |
|     runs-on: ubuntu-latest
 | |
|     steps:
 | |
|       - uses: actions/checkout@v4
 | |
|       - uses: codespell-project/actions-codespell@master
 | |
|         with:
 | |
|           skip: ca_hashes.txt,tls_data.txt,*.pem,OPENSSL-LICENSE.txt,CREDITS.md,openssl.cnf,fedora-dirk-ipv6.diff
 | |
|           ignore_words_list: borken,gost,ciph,ba,bloc,isnt,chello,fo,alle,anull
 | 
