Skip to content

Commit 33bcc5e

Browse files
author
anttiharju
committed
Move README back to root
1 parent ad00c4c commit 33bcc5e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/actions/shellcheck/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ runs:
55
using: "composite"
66
steps:
77
- shell: sh
8-
run: find . -type f -maxdepth 1 ! -name "LICENSE" -exec shellcheck {} +
8+
run: find . -type f -maxdepth 1 ! -name "LICENSE" ! -name "README.md" -exec shellcheck {} +
File renamed without changes.

0 commit comments

Comments
 (0)