File tree 2 files changed +31
-1
lines changed
2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Actionlint
3
+ sidebar_label : Actionlint
4
+ description : CodeRabbit's guide to Actionlint.
5
+ ---
6
+
7
+ [ Actionlint] ( https://github.com/rhysd/actionlint/ ) is a static checker for GitHub Actions workflow files.
8
+
9
+ ## Files
10
+
11
+ Actionlint will run on files with the following extensions:
12
+
13
+ - ` .yml `
14
+ - ` .yaml `
15
+
16
+ We look for ` .yaml ` / ` .yml ` files specifically in the following directory:
17
+
18
+ - ` .github/workflows/**/*.yml `
19
+ - ` .github/workflows/**/*.yaml" `
20
+
21
+ ## Configuration
22
+
23
+ CodeRabbit will use the default configuration.
24
+
25
+ ## Links
26
+
27
+ - [ Actionlint Configuration] ( https://github.com/rhysd/actionlint/blob/main/docs/config.md/ )
Original file line number Diff line number Diff line change @@ -61,6 +61,8 @@ Remove extraneous f prefix
61
61
| YAML | [ YamlLint] [ YamlLint ] |
62
62
| Ruby | [ Rubocop] [ Rubocop ] |
63
63
| Buf | [ Buf] [ Buf ] |
64
+ | Actionlint | [ Actionlint] [ Actionlint ] |
65
+
64
66
65
67
[ ShellCheck ] : ./shellcheck.md
66
68
[ Ruff ] : ./ruff.md
@@ -76,4 +78,5 @@ Remove extraneous f prefix
76
78
[ Checkov ] : ./checkov.md
77
79
[ Detekt ] : ./detekt.md
78
80
[ Rubocop ] : ./rubocop.md
79
- [ Buf ] : ./buf.md
81
+ [ Buf ] : ./buf.md
82
+ [ Actionlint ] : ./actionlint.md
You can’t perform that action at this time.
0 commit comments