Skip to content

Commit ba6b55f

Browse files
attempt to fix error
1 parent b7de454 commit ba6b55f

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/reactjs_ci_cd.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on:
44
push:
55
branches:
66
- adding-to-ci-pipeline # changing this temp from main to my current branch
7-
pull_request:
8-
branches:
9-
- frontend # Set the default working directory
107

118
jobs:
129
lint:
@@ -24,9 +21,7 @@ jobs:
2421

2522
- name: Install dependencies
2623
run: npm install
27-
28-
- name: List project files
29-
run: ls -R
3024

3125
- name: Run ESLint
32-
run: npx eslint . --ext .js,.jsx,.ts,.tsx
26+
run: npx --prefix ./ eslint ./frontend --ext .js,.jsx,.ts,.tsx
27+

0 commit comments

Comments
 (0)