Add working directory to the lint stage on GHA
This commit is contained in:
		
							parent
							
								
									96414fe866
								
							
						
					
					
						commit
						36b6ef290a
					
				
							
								
								
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							@ -20,6 +20,7 @@ jobs:
 | 
			
		||||
        working-directory: backend
 | 
			
		||||
      - name: Lint 
 | 
			
		||||
        run: npm run lint
 | 
			
		||||
        working-directory: backend
 | 
			
		||||
    #  - name: Test 
 | 
			
		||||
    #    run: npm run test
 | 
			
		||||
      - name: Build
 | 
			
		||||
@ -41,6 +42,7 @@ jobs:
 | 
			
		||||
        working-directory: frontend
 | 
			
		||||
      - name: Lint 
 | 
			
		||||
        run: npm run lint
 | 
			
		||||
        working-directory: frontend
 | 
			
		||||
      # - name: Test 
 | 
			
		||||
      #   run: npm run test
 | 
			
		||||
      - name: Build
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user