mirror of
				https://github.com/geerlingguy/ansible-role-kubernetes.git
				synced 2025-10-24 11:16:22 +02:00 
			
		
		
		
	add yamllint again
This commit is contained in:
		
							parent
							
								
									c0c36eab5a
								
							
						
					
					
						commit
						e620266198
					
				
							
								
								
									
										21
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										21
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @ -14,6 +14,27 @@ defaults: | |||||||
| 
 | 
 | ||||||
| jobs: | jobs: | ||||||
| 
 | 
 | ||||||
|  |  lint: | ||||||
|  |    name: Lint | ||||||
|  |    runs-on: ubuntu-latest | ||||||
|  |    steps: | ||||||
|  |      - name: Check out the codebase. | ||||||
|  |        uses: actions/checkout@v2 | ||||||
|  |        with: | ||||||
|  |          path: 'geerlingguy.kubernetes' | ||||||
|  | 
 | ||||||
|  |      - name: Set up Python 3. | ||||||
|  |        uses: actions/setup-python@v2 | ||||||
|  |        with: | ||||||
|  |          python-version: '3.x' | ||||||
|  | 
 | ||||||
|  |      - name: Install test dependencies. | ||||||
|  |        run: pip3 install yamllint | ||||||
|  | 
 | ||||||
|  |      - name: Lint code. | ||||||
|  |        run: | | ||||||
|  |          yamllint . | ||||||
|  | 
 | ||||||
|   molecule: |   molecule: | ||||||
|     name: Molecule |     name: Molecule | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user