File tree 2 files changed +0
-29
lines changed
2 files changed +0
-29
lines changed Original file line number Diff line number Diff line change @@ -115,27 +115,6 @@ jobs:
115
115
- name : Check pom.xml
116
116
run : ./src/main/scripts/execute-command.sh check-pom
117
117
118
- run-bootlint :
119
- name : Run Bootstrap linter
120
- # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idruns-on
121
- runs-on : ubuntu-20.04
122
- steps :
123
- - name : Clone source code
124
- uses :
actions/[email protected] # https://github.com/actions/checkout
125
- with :
126
- # Whether to configure the token or SSH key with the local git config. Default: true
127
- persist-credentials : false
128
- - name : Install bootlint
129
- # https://docs.npmjs.com/cli/v8/commands/npm-install
130
- run : >-
131
- npm install \
132
- --no-audit \
133
- --no-fund \
134
- --global \
135
-
136
- - name : Run bootlint
137
- run : ./src/main/scripts/execute-command.sh bootlint
138
-
139
118
run-rflint :
140
119
name : Run RobotFramework linter
141
120
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idruns-on
Original file line number Diff line number Diff line change @@ -22,13 +22,6 @@ case ${1:-} in
22
22
" $ROOTDIR /infra/vagrant/provisioning/bootstrap.yml" \
23
23
" $ROOTDIR /src/main/scripts/ci/ansible/deploy.yml"
24
24
;;
25
- ' bootlint' )
26
- find " $ROOTDIR /src/main" \
27
- -type f \
28
- -name ' *.html' \
29
- -print0 \
30
- | xargs -0 bootlint --disable W013
31
- ;;
32
25
' check-license' )
33
26
exec " $MVN " \
34
27
--batch-mode \
@@ -136,7 +129,6 @@ case ${1:-} in
136
129
echo >&2
137
130
echo >&2 " Where <command> is one of:"
138
131
echo >&2 ' - ansible-lint'
139
- echo >&2 ' - bootlint'
140
132
echo >&2 ' - check-license'
141
133
echo >&2 ' - check-pom'
142
134
echo >&2 ' - checkstyle'
You can’t perform that action at this time.
0 commit comments