Skip to content

Commit 812fe23

Browse files
committed
test: list direcotories in pre-commit workflow
1 parent 7b1c614 commit 812fe23

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pre-commit.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
with:
2424
ref: ${{ github.event.pull_request.head.ref }}
2525

26+
- name: List files in the repository
27+
run: ls -la
28+
29+
2630
- name: Render terraform docs and push changes back to PR
2731
uses: terraform-docs/gh-actions@main
2832
with:

.github/workflows/release.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ jobs:
2323
persist-credentials: false
2424
fetch-depth: 0
2525

26-
- name: List files in the repository
27-
run: ls -la
28-
29-
3026
- name: Release
3127
uses: cycjimmy/semantic-release-action@v2
3228
with:

0 commit comments

Comments
 (0)