Skip to content

Commit

Permalink
chore: add double hyphen (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
rikhall1515 authored Apr 21, 2024
1 parent d98013f commit d35ee6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
id: turborepo_arguments
# See https://turbo.build/repo/docs/reference/command-line-reference/run#--cache-dir
# See https://turbo.build/repo/docs/reference/command-line-reference/run#--force
run: echo "turbo_args=--force=true --fix --cache-dir=.turbo/cache" >> "$GITHUB_OUTPUT"
run: echo "turbo_args=--force=true --cache-dir=.turbo/cache" >> "$GITHUB_OUTPUT"

lint:
# This Job should run either on `merge_groups` or `push` events
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
if: steps.eslint-step.outcome == 'success'
# We want to enforce that the actual `turbo@latest` package is used instead of a possible hijack from the user
# the `${{ needs.base.outputs.turbo_args }}` is a string substitution happening from the base job
run: npx --package=turbo@latest -- turbo prettier ${{ needs.base.outputs.turbo_args }}
run: npx --package=turbo@latest -- turbo prettier -- --fix ${{ needs.base.outputs.turbo_args }}

- name: Run `tsc build`
# We want to ensure that the whole codebase is passing and successfully compiles with TypeScript
Expand Down

0 comments on commit d35ee6b

Please sign in to comment.