Skip to content

Commit ae43616

Browse files
committed
chore: change action to docker-compose-linter/dclint-github-action/docker-action
1 parent 4e86928 commit ae43616

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/dclint.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14-
- uses: docker-compose-linter/[email protected]
14+
- uses: docker-compose-linter/dclint-github-action/docker-action@v1.3.0
1515
with:
16-
path: .
17-
recursive: true
16+
args: '[".", "-r", "--debug", "-f", "github"]'

0 commit comments

Comments
 (0)