Skip to content

Commit b7de454

Browse files
small debug code added
1 parent d9e0671 commit b7de454

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/reactjs_ci_cd.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424

2525
- name: Install dependencies
2626
run: npm install
27+
28+
- name: List project files
29+
run: ls -R
2730

2831
- name: Run ESLint
2932
run: npx eslint . --ext .js,.jsx,.ts,.tsx

0 commit comments

Comments
 (0)