Skip to content

Commit

Permalink
#431 fix indentation formatting in frontend ci
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Oct 15, 2023
1 parent 7ca2da8 commit 5e78953
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pr_ci_frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
run: |
yarn prettier . --check --config ../.prettierrc --ignore-path ../.prettierignore
continue-on-error: true

- name: Run Type Check
uses: borales/actions-yarn@v4
with:
cmd: nuxi typecheck
dir: "frontend"
uses: borales/actions-yarn@v4
with:
cmd: nuxi typecheck
dir: "frontend"

0 comments on commit 5e78953

Please sign in to comment.