Skip to content

Commit a154d3a

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dclint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14-
- uses: docker-compose-linter/[email protected]
14+
- name: dclint
15+
uses: docker-compose-linter/dclint-github-action/[email protected]
1516
with:
16-
path: .
17-
recursive: true
17+
reporter: 'github-pr-review'

0 commit comments

Comments
 (0)