Skip to content

Commit edcdf84

Browse files
authored
chore: list files in CI
1 parent 9b8a493 commit edcdf84

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
- uses: actions/setup-node@v4
1616
with:
1717
node-version: ${{matrix.node}}
18+
- name: list files
19+
run: |
20+
ls -la
21+
ls -la __tests__/*
1822
- name: install dependencies
1923
run: npm ci
2024
- name: lint code

0 commit comments

Comments
 (0)