mirror of
				https://github.com/LOLBAS-Project/LOLBAS
				synced 2025-10-31 16:49:36 +01:00 
			
		
		
		
	Adding pyKwalify checking
This commit is contained in:
		
							
								
								
									
										16
									
								
								.github/workflows/validate-yaml-schema.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								.github/workflows/validate-yaml-schema.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,16 @@ | ||||
| name: Validate YAML Schema | ||||
|  | ||||
| on: [push, pull_request] | ||||
|  | ||||
| jobs: | ||||
|   build: | ||||
|  | ||||
|     runs-on: ubuntu-latest | ||||
|  | ||||
|     steps: | ||||
|     - uses: actions/checkout@v3 | ||||
|     - name: Validate YAML Schema | ||||
|       uses: eliezio/action-pykwalify@v0.3 | ||||
|         with: | ||||
|           files: yml/*/*.yml | ||||
|           schema: YML-Schema.yml | ||||
		Reference in New Issue
	
	Block a user