Skip to content

Commit

Permalink
deploy: 37e77f6
Browse files Browse the repository at this point in the history
  • Loading branch information
septs committed Sep 28, 2020
0 parents commit 206197c
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
34 changes: 34 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: Link Checker (JSCIG)
author: JSCIG

description: Link Checker on GitHub Action

branding:
icon: package
color: gray-dark

inputs:
token:
required: true
default: ${{ github.token }}
description: The token used for authentication. Usually, this should be your `secrets.GITHUB_TOKEN`

pattern:
description: Glob Pattern
required: true
default: |
**/*.md
**/*.markdown
**/*.html
**/*.htm
ignorable_links:
description: Ignorable links (keywords)
required: true
default: |
goo.gl
archive.org
runs:
using: node12
main: index.js
1 change: 1 addition & 0 deletions index.js

Large diffs are not rendered by default.

0 comments on commit 206197c

Please sign in to comment.