File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 44  pull_request :
55    paths :
66      - ' **.sh' 
7+       #  this is too wide but will cover shell scripts without an extension in that folder
8+       - ' bin/*' 
79
810jobs :
911  shellcheck :
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ if [ "local" = "$1" ]; then
55  export  PAGES_REPO_NWO=actions/jekyll-build-pages
66  export  JEKYLL_BUILD_REVISION=JEKYLL_BUILD_REVISION
77
8-   for  dir  in  $( ls  test_projects) 
8+   for  dir  in  test_projects/ * 
99  do 
10-     bundle exec  github-pages build --verbose -s test_projects/$dir  -d test_projects/$dir /_expected
10+     bundle exec  github-pages build --verbose -s " test_projects/${ dir}  " " test_projects/${ dir}  /_expected" 
1111  done 
1212else 
1313  act -b -s GITHUB_TOKEN -j record-expected-output
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- # ###################################################################################################### 
3+ # ###################################################################################################
44# 
5- #  Calls github-pages executable to build the site using whitelisted  plugins and supported configuration
5+ #  Calls github-pages executable to build the site using allowed  plugins and supported configuration
66# 
7- # ###################################################################################################### 
7+ # ###################################################################################################
88
99set  -o errexit
1010
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments