Skip to content

Commit

Permalink
fix(ui): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dshemin committed Oct 19, 2023
1 parent 045fd4e commit 0e3c0e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
**/node_modules
key: ${{ runner.os }}-${{ hashFiles('**/yarn-lock.json') }}
- name: Install
run: yarn Install
run: yarn install
- name: Lint
run: yarn lint

0 comments on commit 0e3c0e1

Please sign in to comment.