File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
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.7.3
16
+ entry : docker.io/rhysd/actionlint:1.7.4
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.7.3 `)
275
+ - `actionlint:{version}` : Specific version of actionlint. (e.g. `actionlint:1.7.4 `)
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.7.3
369
+ rev: v1.7.4
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 [email protected] .3
428
+ trunk check enable [email protected] .4
429
429
` ` `
430
430
431
431
or modify `.trunk/trunk.yaml` in your repository to contain :
432
432
433
433
` ` ` yaml
434
434
lint:
435
435
enabled:
436
-
436
+
437
437
` ` `
438
438
439
439
Then just run :
Original file line number Diff line number Diff line change 22
22
< body >
23
23
< nav id ="header-bar " class ="navbar " role ="navigation " aria-label ="header navigation bar ">
24
24
< header class ="header ">
25
- < h1 class ="title "> < a id ="logo " rel ="noopener " href ="https://github.com/rhysd/actionlint "> < i class ="devicon-github-original "> </ i > </ a > actionlint playground< span class ="tag is-dark " id ="version "> v1.7.3 </ span > </ h1 >
25
+ < h1 class ="title "> < a id ="logo " rel ="noopener " href ="https://github.com/rhysd/actionlint "> < i class ="devicon-github-original "> </ i > </ a > actionlint playground< span class ="tag is-dark " id ="version "> v1.7.4 </ span > </ h1 >
26
26
< h2 class ="subtitle "> Static checker for GitHub Actions workflow files</ h2 >
27
27
</ header >
28
28
< div id ="controls " class ="navbar-end ">
@@ -60,7 +60,7 @@ <h2 class="subtitle">Static checker for GitHub Actions workflow files</h2>
60
60
< h2 > < i id ="res-icon " class ="devicon-githubactions-plain "> </ i > Resources</ h2 >
61
61
< p >
62
62
< ul >
63
- < li > < a class ="has-text-link-my-light " target ="_blank " rel ="noopener " href ="https://github.com/rhysd/actionlint/blob/v1.7.3 /docs/checks.md "> Checks by actionlint</ a > </ li >
63
+ < li > < a class ="has-text-link-my-light " target ="_blank " rel ="noopener " href ="https://github.com/rhysd/actionlint/blob/v1.7.4 /docs/checks.md "> Checks by actionlint</ a > </ li >
64
64
< li > < a class ="has-text-link-my-light " target ="_blank " rel ="noopener " href ="https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions "> Workflow syntax for GitHub Actions</ a > </ li >
65
65
< li > < a class ="has-text-link-my-light " target ="_blank " rel ="noopener " href ="https://docs.github.com/en/actions/learn-github-actions/contexts "> Available contexts in workflow</ a > </ li >
66
66
< li > < a class ="has-text-link-my-light " target ="_blank " rel ="noopener " href ="https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions "> Security hardening for GitHub Actions</ a > </ li >
You can’t perform that action at this time.
0 commit comments