Skip to content

Commit 77bb331

Browse files
committed
ci: test
1 parent 1ef6a35 commit 77bb331

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/lint-typescript.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Lint and test Typescript code
33
on:
44
workflow_call:
55

6+
env:
7+
PROJECT_DIR: ./frontend
8+
69
jobs:
710
lint:
811
runs-on: ubuntu-latest
@@ -14,10 +17,12 @@ jobs:
1417

1518
- name: Setup Node
1619
uses: actions/setup-node@v4
20+
1721
with:
1822
node-version: 23.11
1923

2024
- name: Install dependencies
25+
working-directory: ${{ env.PROJECT_DIR }}
2126
run: yarn install
2227

2328
- name: Run eslint on changed files

0 commit comments

Comments
 (0)