Skip to content

Commit

Permalink
Merge pull request #3 from TechWiz-3/master
Browse files Browse the repository at this point in the history
📦 Add link check action
  • Loading branch information
WinMin authored Apr 12, 2024
2 parents 4653bf3 + 5675e10 commit 9812ca0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Link-check
on: [push]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run linksafe
uses: TechWiz-3/linksafe@main
with:
whitelist_links: "https://zhuanlan.zhihu.com/p"

0 comments on commit 9812ca0

Please sign in to comment.