Skip to content

Commit 500d290

Browse files
committed
revert me -- temporarily remove linting checks
1 parent 55d2ec0 commit 500d290

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.github/workflows/process_docs_changes.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -49,23 +49,23 @@ jobs:
4949
- name: Update docs
5050
run: |
5151
./script/docs-update
52-
./script/docs master --set-version master
52+
#./script/docs master --set-version master
5353
54-
- name: "Lint the markdown"
55-
run: |
56-
yarn lint-markdown
54+
# - name: "Lint the markdown"
55+
# run: |
56+
# yarn lint-markdown
5757

58-
- name: "Lint the styles"
59-
run: |
60-
yarn lint-styles
58+
# - name: "Lint the styles"
59+
# run: |
60+
# yarn lint-styles
6161

62-
- name: "Lint the scripts"
63-
run: |
64-
yarn lint-scripts
62+
# - name: "Lint the scripts"
63+
# run: |
64+
# yarn lint-scripts
6565

66-
- name: "Validate the links"
67-
run: |
68-
yarn lint-links
66+
# - name: "Validate the links"
67+
# run: |
68+
# yarn lint-links
6969

7070
- name: Build the Jekyll Site
7171
env:
@@ -77,12 +77,12 @@ jobs:
7777
# Build the jekyll site:
7878
JEKYLL_ENV=development bundle exec jekyll build --baseurl '' --config _config.docs.yml --trace
7979
80-
- name: "Check all of the links"
81-
run: |
82-
script/links || true
83-
echo 'checking reported links...'
84-
echo "htmlproofer spit out a report of length: $(cat htmlproofer.out | wc -l)"
85-
bb script/analyze_links.clj --htmlproofer-output htmlproofer.out
80+
# - name: "Check all of the links"
81+
# run: |
82+
# script/links || true
83+
# echo 'checking reported links...'
84+
# echo "htmlproofer spit out a report of length: $(cat htmlproofer.out | wc -l)"
85+
# bb script/analyze_links.clj --htmlproofer-output htmlproofer.out
8686

8787
- name: Create the pull request
8888
env:

0 commit comments

Comments
 (0)