Skip to content

Commit 4397950

Browse files
committed
fix path to config file
Signed-off-by: adam-wolfe <122040687+adam-wolfe@users.noreply.github.com>
1 parent c836a5e commit 4397950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
- uses: actions/checkout@master
1010
- uses: umbrelladocs/action-linkspector@de84085e0f51452a470558693d7d308fbb2fa261
1111
with:
12-
config_file: .github/linters/.linkspector.yml
12+
config_file: .github/.linkspector.yml
1313
fail_on_error: true
1414
filter_mode: nofilter

0 commit comments

Comments
 (0)