aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-08-17 13:55:58 +0100
committerGravatar Joe Banks <[email protected]>2024-08-17 13:55:58 +0100
commitc0c5983950fff19cb7ad955d86bc39a4574a192b (patch)
tree6f115b9156dfd3c6ed2dddae956ae23b9233fc80 /.github
parentAdd frontend linting job (diff)
Run frontend linting jobs in frontend directory
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint-frontend.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/lint-frontend.yaml b/.github/workflows/lint-frontend.yaml
index 7acd8ee..c3d0745 100644
--- a/.github/workflows/lint-frontend.yaml
+++ b/.github/workflows/lint-frontend.yaml
@@ -22,6 +22,8 @@ jobs:
- name: Install dependencies
run: pnpm install
+ working-directory: thallium-frontend
- name: Lint frontend
run: pnpm run lint
+ working-directory: thallium-frontend