Skip to content

Commit

Permalink
yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveDarsa committed Feb 26, 2024
1 parent 8e7086d commit 46cac42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ui-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Formatting check
run: |
yarn add prettier@2.8.7 @trivago/prettier-plugin-sort-imports
yarn prettier --check --config .prettierrc
yarn format-check
lint:
runs-on: ubuntu-latest
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Linting
run: |
yarn add typescript
yarn tsc && eslint -- src/
yarn lint
cypress-tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 46cac42

Please sign in to comment.