mirror of
				https://github.com/LOLBAS-Project/LOLBAS
				synced 2025-10-31 16:49:36 +01:00 
			
		
		
		
	Testing other yamllint action
This commit is contained in:
		
							
								
								
									
										17
									
								
								.github/workflows/yamllint-compare.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								.github/workflows/yamllint-compare.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | ||||
| name: 'Yamllint GitHub Actions' | ||||
| on: | ||||
|   - pull_request | ||||
| jobs: | ||||
|   yamllint: | ||||
|     name: 'Yamllint' | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|       - name: 'Checkout' | ||||
|         uses: actions/checkout@master | ||||
|       - name: 'Yamllint' | ||||
|         uses: karancode/yamllint-github-action@master | ||||
|         with: | ||||
|           yamllint_file_or_dir: '.' | ||||
|           yamllint_strict: false | ||||
|           yamllint_comment: false | ||||
|           yamllint_config_filepath: '.yamllint' | ||||
		Reference in New Issue
	
	Block a user