File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
language : docker_image
14
14
types : ["yaml"]
15
15
files : ^\.github/workflows/
16
- entry : docker.io/rhysd/actionlint:1.6.27
16
+ entry : docker.io/rhysd/actionlint:1.7.0
17
17
- id : actionlint-system
18
18
name : Lint GitHub Actions workflow files
19
19
description : Runs system-installed actionlint to lint GitHub Actions workflow files
Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ and pyflakes).
272
272
Available tags are :
273
273
274
274
- `actionlint:latest` : Latest stable version of actionlint. This image is recommended.
275
- - `actionlint:{version}` : Specific version of actionlint. (e.g. `actionlint:1.6.27 `)
275
+ - `actionlint:{version}` : Specific version of actionlint. (e.g. `actionlint:1.7.0 `)
276
276
277
277
Just run the image with `docker run` :
278
278
@@ -366,7 +366,7 @@ Add this to your `.pre-commit-config.yaml` in your repository:
366
366
---
367
367
repos:
368
368
- repo: https://github.com/rhysd/actionlint
369
- rev: v1.6.27
369
+ rev: v1.7.0
370
370
hooks:
371
371
- id: actionlint
372
372
` ` `
@@ -425,15 +425,15 @@ trunk check enable actionlint
425
425
or if you'd like a specific version :
426
426
427
427
` ` ` bash
428
- trunk check enable actionlint@1.6.27
428
+ trunk check enable actionlint@1.7.0
429
429
` ` `
430
430
431
431
or modify `.trunk/trunk.yaml` in your repo to contain :
432
432
433
433
` ` ` yaml
434
434
lint:
435
435
enabled:
436
- - actionlint@1.6.27
436
+ - actionlint@1.7.0
437
437
` ` `
438
438
439
439
Then just run :
You can’t perform that action at this time.
0 commit comments