Skip to content

Commit

Permalink
bump up version to v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed May 8, 2024
1 parent 664e100 commit f970a14
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.27
entry: docker.io/rhysd/actionlint:1.7.0
- 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.27`)
- `actionlint:{version}`: Specific version of actionlint. (e.g. `actionlint:1.7.0`)

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.27
rev: v1.7.0
hooks:
- id: actionlint
```
Expand Down Expand Up @@ -425,15 +425,15 @@ trunk check enable actionlint
or if you'd like a specific version:

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

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

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

Then just run:
Expand Down

0 comments on commit f970a14

Please sign in to comment.