Update lint.yml
🤔
			
			
This commit is contained in:
		
							parent
							
								
									39f8cb3006
								
							
						
					
					
						commit
						6f2a9d567d
					
				
					 1 changed files with 3 additions and 4 deletions
				
			
		
							
								
								
									
										7
									
								
								.github/workflows/lint.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.github/workflows/lint.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -14,16 +14,15 @@ jobs: | ||||||
|         workspace: |         workspace: | ||||||
|         - backend |         - backend | ||||||
|         - client |         - client | ||||||
|         - sw |  | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|     steps: |     steps: | ||||||
|     - uses: actions/checkout@v2 |     - uses: actions/checkout@v2 | ||||||
|       with: |       with: | ||||||
|         submodules: false |         submodules: true | ||||||
|     - uses: actions/setup-node@v3 |     - uses: actions/setup-node@v3 | ||||||
|       with: |       with: | ||||||
|         node-version: 18.x |         node-version: 18.x | ||||||
|         cache: 'yarn' |  | ||||||
|     - run: corepack enable |     - run: corepack enable | ||||||
|     - run: yarn install |     - run: yarn install --immutable | ||||||
|     - run: yarn workspaces ${{ matrix.workspace }} lint |     - run: yarn workspaces ${{ matrix.workspace }} lint | ||||||
|  | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue