-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -272,7 +272,7 @@ and pyflakes). | |
Available tags are: | ||
|
||
- `actionlint:latest`: Latest stable version of actionlint. This image is recommended. | ||
- `actionlint:{version}`: Specific version of actionlint. (e.g. `actionlint:1.7.2`) | ||
- `actionlint:{version}`: Specific version of actionlint. (e.g. `actionlint:1.7.3`) | ||
|
||
Just run the image with `docker run`: | ||
|
||
|
@@ -366,7 +366,7 @@ Add this to your `.pre-commit-config.yaml` in your repository: | |
--- | ||
repos: | ||
- repo: https://github.com/rhysd/actionlint | ||
rev: v1.7.2 | ||
rev: v1.7.3 | ||
hooks: | ||
- id: actionlint | ||
``` | ||
|
@@ -425,15 +425,15 @@ trunk check enable actionlint | |
or if you'd like a specific version: | ||
|
||
```bash | ||
trunk check enable [email protected].2 | ||
trunk check enable [email protected].3 | ||
``` | ||
|
||
or modify `.trunk/trunk.yaml` in your repository to contain: | ||
|
||
```yaml | ||
lint: | ||
enabled: | ||
- [email protected].2 | ||
- [email protected].3 | ||
``` | ||
|
||
Then just run: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters