Skip to content

Commit

Permalink
fix: ui lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Sep 14, 2023
1 parent 8ccfcfb commit a5ed4f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ui-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build-test:
name: Build & Test
name: Build & Test UI
runs-on: ubuntu-latest

steps:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ui-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:

jobs:
run-linters:
name: Run linters
name: Run UI linters
runs-on: ubuntu-latest

steps:
Expand All @@ -26,7 +26,6 @@ jobs:
run: yarn install --frozen-lockfile

- name: lint
working-directory: ui
uses: wearerequired/lint-action@v2
with:
eslint: true
Expand Down

0 comments on commit a5ed4f3

Please sign in to comment.