Skip to content

Commit

Permalink
try and fix wrk diretcory
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudTT committed Sep 18, 2024
1 parent 8c601d3 commit a887cce
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/lint-and-license-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,14 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '16'

- name: Change directory to frontend
working-directory: ./tt-studio/app/frontend
run: pwd
- name: Install dependencies
working-directory: ./tt-studio/app/frontend
working-directory: tt-studio/app/frontend
run: npm install

- name: Run ESLint
working-directory: ./tt-studio/app/frontend
working-directory: tt-studio/app/frontend
id: run_eslint
run: |
set +e
Expand Down Expand Up @@ -78,4 +75,4 @@ jobs:
body: commentBody
});
} else {
console.log
console.log("No ESLint errors to report.");

0 comments on commit a887cce

Please sign in to comment.