Skip to content

Commit

Permalink
added lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhi9705 committed Jul 11, 2024
1 parent c372d94 commit ce0b1da
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/mainPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,17 @@ jobs:
uses: actions/checkout@v4
- name: Install Dependencies
run: |
cd /home/runner/work/DevOps2023-2024-Group3/DevOps2023-2024-Group3/WWA-frontend-master
ls
pwd
cd /home/runner/work/L00171125_Dissertationproject/DevOps2023-2024-Group3/WWA-frontend-master
npm install
- name: Run Tests
run: |
cd /home/runner/work/DevOps2023-2024-Group3/DevOps2023-2024-Group3/WWA-frontend-master
cd /home/runner/work/L00171125_Dissertationproject/DevOps2023-2024-Group3/WWA-frontend-master
npm test
- name: Run Linter
run: |
cd /home/runner/work/DevOps2023-2024-Group3/DevOps2023-2024-Group3/WWA-frontend-master
cd /home/runner/work/L00171125_Dissertationproject/DevOps2023-2024-Group3/WWA-frontend-master
npx eslint .
Build_docker_Images:
Expand Down

0 comments on commit ce0b1da

Please sign in to comment.