Skip to content

Commit

Permalink
Add ls -la command to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
k-taro56 committed Apr 30, 2024
1 parent 07c241c commit 63fbad1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-in-devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- run: ls -la

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 63fbad1

Please sign in to comment.