mirror of
				https://github.com/LOLBAS-Project/LOLBAS
				synced 2025-11-04 02:29:34 +01:00 
			
		
		
		
	Fixed indent in yaml linting workflow
This commit is contained in:
		
							
								
								
									
										40
									
								
								.github/workflows/yaml-linting.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										40
									
								
								.github/workflows/yaml-linting.yml
									
									
									
									
										vendored
									
									
								
							@@ -11,23 +11,23 @@ jobs:
 | 
			
		||||
        uses: ibiqlik/action-yamllint@v3
 | 
			
		||||
        with:
 | 
			
		||||
          config_file: .github/.yamllint
 | 
			
		||||
    - name: Validate OSBinaries YAML Schema
 | 
			
		||||
      uses: cketti/action-pykwalify@v0.3-temp-fix
 | 
			
		||||
      with:
 | 
			
		||||
        files: yml/OSBinaries/*.yml
 | 
			
		||||
        schema: YML-Schema.yml
 | 
			
		||||
    - name: Validate OSLibraries YAML Schema
 | 
			
		||||
      uses: cketti/action-pykwalify@v0.3-temp-fix
 | 
			
		||||
      with:
 | 
			
		||||
        files: yml/OSLibraries/*.yml
 | 
			
		||||
        schema: YML-Schema.yml
 | 
			
		||||
    - name: Validate OSScripts YAML Schema
 | 
			
		||||
      uses: cketti/action-pykwalify@v0.3-temp-fix
 | 
			
		||||
      with:
 | 
			
		||||
        files: yml/OSScripts/*.yml
 | 
			
		||||
        schema: YML-Schema.yml
 | 
			
		||||
    - name: Validate OtherMSBinaries YAML Schema
 | 
			
		||||
      uses: cketti/action-pykwalify@v0.3-temp-fix
 | 
			
		||||
      with:
 | 
			
		||||
        files: yml/OtherMSBinaries/*.yml
 | 
			
		||||
        schema: YML-Schema.yml
 | 
			
		||||
      - name: Validate OSBinaries YAML Schema
 | 
			
		||||
        uses: cketti/action-pykwalify@v0.3-temp-fix
 | 
			
		||||
        with:
 | 
			
		||||
          files: yml/OSBinaries/*.yml
 | 
			
		||||
          schema: YML-Schema.yml
 | 
			
		||||
      - name: Validate OSLibraries YAML Schema
 | 
			
		||||
        uses: cketti/action-pykwalify@v0.3-temp-fix
 | 
			
		||||
        with:
 | 
			
		||||
          files: yml/OSLibraries/*.yml
 | 
			
		||||
          schema: YML-Schema.yml
 | 
			
		||||
      - name: Validate OSScripts YAML Schema
 | 
			
		||||
        uses: cketti/action-pykwalify@v0.3-temp-fix
 | 
			
		||||
        with:
 | 
			
		||||
          files: yml/OSScripts/*.yml
 | 
			
		||||
          schema: YML-Schema.yml
 | 
			
		||||
      - name: Validate OtherMSBinaries YAML Schema
 | 
			
		||||
        uses: cketti/action-pykwalify@v0.3-temp-fix
 | 
			
		||||
        with:
 | 
			
		||||
          files: yml/OtherMSBinaries/*.yml
 | 
			
		||||
          schema: YML-Schema.yml
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user