File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 88          echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." 
99          echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!" 
1010          echo "🔎 The name of branch is ${{ github.ref }} and repository is ${{ github.repository }}." 
11- name : Check out repository code 
11+ name : Checkout 
1212        uses : actions/checkout@v3 
1313      - run : | 
1414          echo "💡 The ${{ github.repository }} repository has been cloned to the runner." 
1919name : Run tests 
2020        run : | 
2121          cd ${{ github.workspace }}/tests/install && ${{ github.workspace }}/tests/run-test-install.sh -c 
22- run : echo "🍏 This job's status is ${{ job.status }}." 
22+ run : echo "🍏 This job's status is ${{ job.status }}." 
23+   lint :
24+     runs-on : ubuntu-latest 
25+     steps :
26+       - name : Checkout 
27+         uses : actions/checkout@v3 
28+       - name : lint 
29+         uses : 
luke142367/[email protected]   30+         with :
31+           target : src/build/php/Dockerfile 
32+         env :
33+           GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments