Skip to content

Commit

Permalink
Fix yamllint errors in action.yml; Skip shellcheck error in entrypoin…
Browse files Browse the repository at this point in the history
…t.sh.
  • Loading branch information
nhosoi committed Dec 15, 2022
1 parent 2431c38 commit 4c1f0cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/actions/custom-woke-action/action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: 'Run woke'
description: 'Run woke on pull requests to detect non-inclusive language in your source code.'
description: >-
Run woke on pull requests to detect non-inclusive language in your source code.
author: 'Caitlin Elfring (caitlinelfring)'
inputs:
github-token:
Expand All @@ -21,7 +22,9 @@ inputs:
default: '.'
required: false
woke-version:
description: 'woke version, defaults to the latest `v0` version. Override to pin to a specific version'
description: >-
woke version, defaults to the latest `v0` version.
Override to pin to a specific version
default: 'v0'
required: false
runs:
Expand Down
1 change: 1 addition & 0 deletions .github/actions/custom-woke-action/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# shellcheck disable=SC2086

set -e

Expand Down

0 comments on commit 4c1f0cb

Please sign in to comment.