Update prettier.yml
This commit is contained in:
		
							parent
							
								
									1c28a40258
								
							
						
					
					
						commit
						225c435ad9
					
				
							
								
								
									
										6
									
								
								.github/workflows/prettier.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/prettier.yml
									
									
									
									
										vendored
									
									
								
							@ -7,17 +7,17 @@ jobs:
 | 
				
			|||||||
        runs-on: ubuntu-latest
 | 
					        runs-on: ubuntu-latest
 | 
				
			||||||
        steps:
 | 
					        steps:
 | 
				
			||||||
            - name: Checkout
 | 
					            - name: Checkout
 | 
				
			||||||
              uses: actions/checkout@v3.5.2
 | 
					              uses: actions/checkout@v4.1.2
 | 
				
			||||||
              with:
 | 
					              with:
 | 
				
			||||||
                  ref: ${{ github.head_ref }}
 | 
					                  ref: ${{ github.head_ref }}
 | 
				
			||||||
            - name: Setup Node.js environment
 | 
					            - name: Setup Node.js environment
 | 
				
			||||||
              uses: actions/setup-node@v2.5.2
 | 
					              uses: actions/setup-node@v4.0.2
 | 
				
			||||||
              with:
 | 
					              with:
 | 
				
			||||||
                  node-version: "18.x"
 | 
					                  node-version: "18.x"
 | 
				
			||||||
            - run: npm ci
 | 
					            - run: npm ci
 | 
				
			||||||
            - run: npm run prettier
 | 
					            - run: npm run prettier
 | 
				
			||||||
            - name: Commit changes
 | 
					            - name: Commit changes
 | 
				
			||||||
              uses: stefanzweifel/git-auto-commit-action@v4.16.0
 | 
					              uses: stefanzweifel/git-auto-commit-action@v5.0.0
 | 
				
			||||||
              with:
 | 
					              with:
 | 
				
			||||||
                  commit_message: Apply prettier changes
 | 
					                  commit_message: Apply prettier changes
 | 
				
			||||||
                  branch: ${{ github.head_ref }}
 | 
					                  branch: ${{ github.head_ref }}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user