Skip to content
This repository was archived by the owner on Dec 30, 2025. It is now read-only.

Commit c8f235b

Browse files
committed
refactor(ci): rename lint step for clarity
- Change step name from "Lint Docker Compose" to "Lint" for improved clarity in CI workflow - Maintains functionality while enhancing readability of the workflow
1 parent a9c7c25 commit c8f235b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
steps:
176176
- name: Checkout
177177
uses: actions/checkout@v4
178-
- name: Lint Docker Compose
178+
- name: Lint
179179
uses: docker-compose-linter/dclint-github-action/[email protected]
180180
with:
181181
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)