Skip to content

Commit

Permalink
chore(lint): fix UI linting (#1075)
Browse files Browse the repository at this point in the history
  • Loading branch information
seriousben authored Dec 2, 2024
1 parent 4215bed commit ef90602
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,17 @@ on:
jobs:
lint:
name: Lint Checks
needs: changes
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Setup Node.js
if: ${{ needs.changes.outputs.ui == 'true' }}
uses: actions/setup-node@v3
with:
node-version: '20'

- name: Npm Install
if: ${{ needs.changes.outputs.ui == 'true' }}
run: cd server/ui && npm ci

- name: UI Lint Check
if: ${{ needs.changes.outputs.ui == 'true' }}
run: cd server/ui && npm run lint

0 comments on commit ef90602

Please sign in to comment.