File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
- name : Test website
1
+ name : Test
2
2
3
3
on :
4
4
push :
@@ -75,19 +75,21 @@ jobs:
75
75
name : Built site ${{ github.run_number }}
76
76
path : ./_site
77
77
78
+ - name : Install link check dependencies
79
+ run : pip install pytest-check-links
80
+
78
81
# TODO: we are not checking absolute links as pytest plugins does not support them
79
82
- name : Check links
80
83
run : |
81
- pip install pytest-check-links
82
84
pytest _site/ --check-links \
83
85
--check-links-ignore "https://.*linkedin.com/.*" \
84
86
--check-links-ignore "/" \
85
- --check-links-ignore= ".github/images/netlify-preview.png"
87
+ --check-links-ignore ".github/images/netlify-preview.png"
86
88
87
89
lighthouse :
88
90
89
91
runs-on : ubuntu-latest
90
- name : Check quality with Lighthouse
92
+ name : Audit with Lighthouse
91
93
needs : [build]
92
94
93
95
steps :
You can’t perform that action at this time.
0 commit comments