Skip to content

Commit 1c151ee

Browse files
committed
Fix yamllint errors in action.yml; Skip shellcheck error in entrypoint.sh.
1 parent 2431c38 commit 1c151ee

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

.github/actions/custom-woke-action/action.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: 'Run woke'
2-
description: 'Run woke on pull requests to detect non-inclusive language in your source code.'
2+
description: >-
3+
Run woke on pull requests to detect non-inclusive language
4+
in your source code.
35
author: 'Caitlin Elfring (caitlinelfring)'
46
inputs:
57
github-token:
@@ -21,8 +23,10 @@ inputs:
2123
default: '.'
2224
required: false
2325
woke-version:
24-
description: 'woke version, defaults to the latest `v0` version. Override to pin to a specific version'
25-
default: 'v0'
26+
description: >-
27+
woke version, defaults to the latest `v0` version.
28+
Override to pin to a specific version
29+
default: 'v0'
2630
required: false
2731
runs:
2832
using: 'composite'

.github/actions/custom-woke-action/entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
# shellcheck disable=SC2086
23

34
set -e
45

0 commit comments

Comments
 (0)