Skip to content

JSCIG/link-checker-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

60e5a40 · Sep 29, 2020

History

5 Commits
Sep 28, 2020
Sep 28, 2020
Sep 29, 2020
Sep 29, 2020
Sep 28, 2020
Sep 28, 2020
Sep 28, 2020
Sep 28, 2020
Sep 28, 2020
Sep 28, 2020
Sep 28, 2020
Sep 28, 2020
Sep 28, 2020
Sep 28, 2020

Repository files navigation

link-checker-action

Link Checker on GitHub Action

Usage

name: Link Checking

on:
  push:
    branches:
      - master
  pull_request:
    branches:
      - master

jobs:
  link-checking:
    name: Link Checking
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: JSCIG/link-checker-action@latest

License

MIT © 2020 JavaScript Chinese Interest Group

About

Link Checker on GitHub Action

Resources

License

Stars

Watchers

Forks

Packages

No packages published