File tree 1 file changed +13
-13
lines changed
1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -71,19 +71,19 @@ jobs:
71
71
- name : Lint Chart
72
72
run : helm lint deploy/kubernetes/seatunnel
73
73
74
- dead-link :
75
- name : Dead links
76
- runs-on : ubuntu-latest
77
- timeout-minutes : 150
78
- # Temporarily ignore this job to avoid blocking PRs
79
- continue-on-error : true
80
- steps :
81
- - uses : actions/checkout@v2
82
- -
run :
sudo npm install -g [email protected]
83
- - run : |
84
- for file in $(find . -name "*.md"); do
85
- markdown-link-check -c .dlc.json -q "$file"
86
- done
74
+ # dead-link:
75
+ # name: Dead links
76
+ # runs-on: ubuntu-latest
77
+ # timeout-minutes: 150
78
+ # # Temporarily ignore this job to avoid blocking PRs
79
+ # continue-on-error: true
80
+ # steps:
81
+ # - uses: actions/checkout@v2
82
+ # - run: sudo npm install -g [email protected]
83
+ # - run: |
84
+ # for file in $(find . -name "*.md"); do
85
+ # markdown-link-check -c .dlc.json -q "$file"
86
+ # done
87
87
88
88
sanity-check :
89
89
name : Sanity check results
You can’t perform that action at this time.
0 commit comments