Skip to content

Commit f6f3fc6

Browse files
add bash shell and checkut action
1 parent 3442950 commit f6f3fc6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

action.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@ inputs:
1313
runs:
1414
using: 'composite'
1515
steps:
16+
17+
- name: Checkout
18+
uses: actions/checkout@v4
19+
20+
- name: list files
21+
shell: bash
22+
run: |
23+
echo "Listing files in the current directory:"
24+
ls -la
25+
1626
- name: Install Python
1727
uses: actions/setup-python@v5
1828
with:

0 commit comments

Comments
 (0)