Skip to content

Commit

Permalink
revert(action): Set back to local docker build for now
Browse files Browse the repository at this point in the history
  • Loading branch information
xorima authored Dec 15, 2022
1 parent f41a415 commit 3bed0f5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: "MarkdownLint mdl Action"
author: "Jason Field"
description: "Run mdl on your markdown files with ease"
name: 'MarkdownLint mdl Action'
author: 'Jason Field'
description: 'Run mdl on your markdown files with ease'
inputs:
path:
description: "Path to scan for markdown files within the directory (and nested directories), note: cannot be used with filesToIgnore input"
description: 'Path to scan for markdown files within the directory (and nested directories), note: cannot be used with filesToIgnore input'
required: false
default: "./"
default: './'
filesToIgnoreRegex:
description: "A regex of files you do not want scanned, note: cannot be used with path input"
description: 'A regex of files you do not want scanned, note: cannot be used with path input'
required: false
outputs:
output: # id of output
description: "stdout from mdl"
description: 'stdout from mdl'
runs:
using: "docker"
image: docker://ghcr.io/actionshub/markdownlint:sha-7f75572
using: 'docker'
image: 'Dockerfile'

0 comments on commit 3bed0f5

Please sign in to comment.