Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2022-03-17 08:57:33 +0300
committerGitHub <noreply@github.com>2022-03-17 08:57:33 +0300
commit1f06e7c2b997f2c46dd3b5c6ded5e2d06124e94d (patch)
treee0f13ddec0b37fbb9e98a44689911b04abba50d3 /.github
parentc637cde2d99f9338b6b2013e3f8d1418a888b45d (diff)
Move linkinator to actions (#1262)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index fa2ebbcb6..29cad2ceb 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -34,3 +34,11 @@ jobs:
- name: Run tests
run: npm test
+
+ - name: Run linkinator
+ uses: JustinBeckwith/linkinator-action@v1
+ with:
+ paths: _site
+ recurse: true
+ verbosity: error
+ skip: "^(?!http://localhost)"