Skip to content

Commit

Permalink
add UI linter to github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jalling97 committed Apr 25, 2024
1 parent 8d0bb03 commit 488b65f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,14 @@ jobs:
with:
version: 0.3.4
args: format --check

# Javascript & Typescript Linting
- uses: actions/setup-node@v4
with:
node-version: 18

- name: Install UI Dependencies
run: npm --prefix src/leapfrogai_ui install

- name: Run UI Linter
run: npm --prefix src/leapfrogai_ui run lint

0 comments on commit 488b65f

Please sign in to comment.