Enable running eslint on GHA
This commit is contained in:
		
							parent
							
								
									bad48d412c
								
							
						
					
					
						commit
						05179e64f8
					
				
							
								
								
									
										8
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							@ -18,8 +18,8 @@ jobs:
 | 
			
		||||
      - name: Install 
 | 
			
		||||
        run: npm install --prod
 | 
			
		||||
        working-directory: backend
 | 
			
		||||
    #  - name: Lint 
 | 
			
		||||
    #    run: npm run lint
 | 
			
		||||
      - name: Lint 
 | 
			
		||||
        run: npm run lint
 | 
			
		||||
    #  - name: Test 
 | 
			
		||||
    #    run: npm run test
 | 
			
		||||
      - name: Build
 | 
			
		||||
@ -39,8 +39,8 @@ jobs:
 | 
			
		||||
      - name: Install 
 | 
			
		||||
        run: npm install --prod
 | 
			
		||||
        working-directory: frontend
 | 
			
		||||
      # - name: Lint 
 | 
			
		||||
      #   run: npm run lint
 | 
			
		||||
      - name: Lint 
 | 
			
		||||
        run: npm run lint
 | 
			
		||||
      # - name: Test 
 | 
			
		||||
      #   run: npm run test
 | 
			
		||||
      - name: Build
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user