-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
0 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -130,21 +130,6 @@ jobs: | |
- name: Run shellcheck | ||
run: ./src/main/scripts/execute-command.sh shellcheck | ||
|
||
run-html5validator: | ||
name: Run html5validator | ||
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idruns-on | ||
runs-on: ubuntu-20.04 | ||
steps: | ||
- name: Clone source code | ||
uses: actions/[email protected] # https://github.com/actions/checkout | ||
with: | ||
# Whether to configure the token or SSH key with the local git config. Default: true | ||
persist-credentials: false | ||
- name: Install html5validator | ||
run: pip3 install --user html5validator==0.4.2 | ||
- name: Run html5validator | ||
run: ./src/main/scripts/execute-command.sh html5validator | ||
|
||
run-ansible-lint: | ||
name: Run ansible-lint | ||
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idruns-on | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters