Skip to content

Commit 3e1402e

Browse files
committed
Add actionlint config
1 parent 524c2cb commit 3e1402e

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/actionlint.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Please see the documentation for all configuration options:
2+
# https://github.com/rhysd/actionlint/blob/main/docs/config.md#configuration-file
3+
4+
paths:
5+
.github/workflows/create-release-pr.yml:
6+
ignore:
7+
# `create-release-pr` has an empty string value for the `release-type`
8+
# input, which is intentional and valid.
9+
- 'string should not be empty'

0 commit comments

Comments
 (0)