Skip to content

Commit

Permalink
bump up version to v1.6.27
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Feb 24, 2024
1 parent 59b151b commit c6bd062
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
language: docker_image
types: ["yaml"]
files: ^\.github/workflows/
entry: docker.io/rhysd/actionlint:1.6.26
entry: docker.io/rhysd/actionlint:1.6.27
- id: actionlint-system
name: Lint GitHub Actions workflow files
description: Runs system-installed actionlint to lint GitHub Actions workflow files
Expand Down
8 changes: 4 additions & 4 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.1`)
- `actionlint:{version}`: Specific version of actionlint. (e.g. `actionlint:1.6.27`)

Just run the image with `docker run`:

Expand Down Expand Up @@ -366,7 +366,7 @@ Add this to your `.pre-commit-config.yaml` in your repository:
---
repos:
- repo: https://github.com/rhysd/actionlint
rev: v1.6.26
rev: v1.6.27
hooks:
- id: actionlint
```
Expand Down Expand Up @@ -419,15 +419,15 @@ trunk check enable actionlint
or if you'd like a specific version:

```bash
trunk check enable actionlint@1.6.23
trunk check enable actionlint@1.6.27
```

or modify `.trunk/trunk.yaml` in your repo to contain:

```yaml
lint:
enabled:
- actionlint@1.6.23
- actionlint@1.6.27
```

Then just run:
Expand Down

0 comments on commit c6bd062

Please sign in to comment.