We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93045bb commit 236c046Copy full SHA for 236c046
.github/workflows/lint-and-tests.yml
@@ -99,7 +99,6 @@ jobs:
99
(github.event_name == 'pull_request_target' &&
100
github.event.pull_request.head.ref != 'chore/crowdin')
101
# We want to enforce that the actual `turbo@latest` package is used instead of a possible hijack from the user
102
- # the `${{ needs.base.outputs.turbo_args }}` is a string substitution happening from the base job
103
run: npx --package=turbo@latest -- turbo lint check-types prettier ${{ env.TURBO_ARGS }}
104
105
- name: Save Lint Cache
0 commit comments