Skip to content

Commit 272019a

Browse files
📝[Cleanup]: Remove redundant environment listing step from workflow
1 parent ecd6ab8 commit 272019a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/workflow.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,6 @@ jobs:
126126
"$key=$value" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
127127
}
128128
129-
- name: List all envs
130-
run: |
131-
Get-ChildItem env: | Format-Table -AutoSize
132-
133129
- name: Lint code base
134130
uses: super-linter/super-linter@7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0
135131
env:

0 commit comments

Comments
 (0)