mirror of
https://github.com/hadolint/hadolint-action.git
synced 2025-01-18 13:34:44 +01:00
Merge pull request #69 from CandiedCode/update-readme
This commit is contained in:
commit
c8298ca3ec
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ Add the following step to your workflow configuration:
|
|||
|
||||
```yml
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: hadolint/hadolint-action@v2.1.0
|
||||
- uses: actions/checkout@v3
|
||||
- uses: hadolint/hadolint-action@v3.0.0
|
||||
with:
|
||||
dockerfile: Dockerfile
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue