Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Commit1e39da1

Browse files
actionlint docs
1 parent4efced5 commit1e39da1

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

‎docs/tools/actionlint.md‎

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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/)

‎docs/tools/tools.md‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ Remove extraneous f prefix
6161
| YAML|[YamlLint][YamlLint]|
6262
| Ruby|[Rubocop][Rubocop]|
6363
| Buf|[Buf][Buf]|
64+
| Actionlint|[Actionlint][Actionlint]|
65+
6466

6567
[ShellCheck]:./shellcheck.md
6668
[Ruff]:./ruff.md
@@ -76,4 +78,5 @@ Remove extraneous f prefix
7678
[Checkov]:./checkov.md
7779
[Detekt]:./detekt.md
7880
[Rubocop]:./rubocop.md
79-
[Buf]:./buf.md
81+
[Buf]:./buf.md
82+
[Actionlint]:./actionlint.md

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp