File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 11name : ' Lint' 
22on : [pull_request] 
33
4+ concurrency :
5+   group : ${{ github.workflow }}-${{ github.ref }} 
6+   cancel-in-progress : true 
7+ 
48jobs :
59  eslint :
610    runs-on : ubuntu-latest 
711    steps :
8-       - name : Cancel previous runs 
9-         uses : styfle/cancel-workflow-action@0.8.0 
10-         with :
11-           access_token : ${{ github.token }} 
12- 
13-       - uses : actions/checkout@v2 
12+       - uses : actions/checkout@v3 
1413
15-       - name : Yarn install 
16-         run : yarn install --immutable 
14+       - run : npm install 
1715
1816      - uses : Maggi64/eslint-plus-action@master 
1917        with :
Original file line number Diff line number Diff line change 11name : ' Unit tests' 
22on : [pull_request] 
33
4+ concurrency :
5+   group : ${{ github.workflow }}-${{ github.ref }} 
6+   cancel-in-progress : true 
7+ 
48jobs :
59  tests :
610    runs-on : ubuntu-latest 
711    steps :
8-       - uses : actions/checkout@v2  
12+       - uses : actions/checkout@v3  
913      - run : npm install 
1014
1115      - name : Run tests 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments