diff options
author | 2024-08-17 13:55:58 +0100 | |
---|---|---|
committer | 2024-08-17 13:55:58 +0100 | |
commit | c0c5983950fff19cb7ad955d86bc39a4574a192b (patch) | |
tree | 6f115b9156dfd3c6ed2dddae956ae23b9233fc80 /.github | |
parent | Add frontend linting job (diff) |
Run frontend linting jobs in frontend directory
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/lint-frontend.yaml | 2 |
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 |