Skip to content

Commit

Permalink
chore: working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
shhdgit committed Mar 27, 2024
1 parent aa71676 commit 54fdba5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
jobs:
lint:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./ui
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -20,8 +23,7 @@ jobs:
cache: "yarn"
cache-dependency-path: "**/yarn.lock"

- name: Install dependencies
run: yarn --frozen-lockfile

- name: Run lint
run: yarn lint
run: |
yarn --frozen-lockfile
yarn lint

0 comments on commit 54fdba5

Please sign in to comment.