File tree 2 files changed +28
-3
lines changed
2 files changed +28
-3
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
+ We look for ` Github Action ` files specifically in the following directory:
12
+
13
+ - ` .github/workflows/**/*.yml `
14
+ - ` .github/workflows/**/*.yaml" `
15
+
16
+ ## Configuration
17
+
18
+ CodeRabbit will use the default configuration.
19
+
20
+ ## Links
21
+
22
+ - [ Actionlint Configuration] ( https://github.com/rhysd/actionlint/blob/main/docs/config.md/ )
Original file line number Diff line number Diff line change @@ -39,6 +39,8 @@ Remove extraneous f prefix
39
39
| Technology | Tools |
40
40
| :----------------------------| :-----------------------------------------------------------|
41
41
| All | [ Gitleaks] [ Gitleaks ] |
42
+ | GitHub Actions | [ Actionlint] [ Actionlint ] |
43
+ | Protobuf | [ Buf] [ Buf ] |
42
44
| CloudFormation | [ Checkov] [ Checkov ] |
43
45
| CSS | [ Biome] [ Biome ] |
44
46
| Docker | [ Hadolint] [ Hadolint ] , [ Checkov] [ Checkov ] |
@@ -53,14 +55,14 @@ Remove extraneous f prefix
53
55
| PHP | [ PHPStan] [ PHPStan ] |
54
56
| Plaintext | [ LanguageTool] [ LanguageTool ] |
55
57
| Python | [ Ruff] [ Ruff ] |
58
+ | Ruby | [ Rubocop] [ Rubocop ] |
56
59
| Shell (sh, bash, ksh, dash) | [ ShellCheck] [ ShellCheck ] |
57
60
| Swift | [ SwiftLint] [ SwiftLint ] |
58
61
| Terraform | [ Checkov] [ Checkov ] |
59
62
| TSX | [ Biome] [ Biome ] |
60
63
| Typescript | [ Biome] [ Biome ] |
61
64
| YAML | [ YamlLint] [ YamlLint ] |
62
- | Ruby | [ Rubocop] [ Rubocop ] |
63
- | Buf | [ Buf] [ Buf ] |
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