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 4
4
pull_request :
5
5
paths :
6
6
- ' **.sh'
7
+ # this is too wide but will cover shell scripts without an extension in that folder
8
+ - ' bin/*'
7
9
8
10
jobs :
9
11
shellcheck :
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ if [ "local" = "$1" ]; then
5
5
export PAGES_REPO_NWO=actions/jekyll-build-pages
6
6
export JEKYLL_BUILD_REVISION=JEKYLL_BUILD_REVISION
7
7
8
- for dir in $( ls test_projects)
8
+ for dir in test_projects/ *
9
9
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} " -d " test_projects/${ dir} /_expected"
11
11
done
12
12
else
13
13
act -b -s GITHUB_TOKEN -j record-expected-output
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- # ######################################################################################################
3
+ # ###################################################################################################
4
4
#
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
6
6
#
7
- # ######################################################################################################
7
+ # ###################################################################################################
8
8
9
9
set -o errexit
10
10
You can’t perform that action at this time.
0 commit comments