We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4e7a70 commit b4c8d2aCopy full SHA for b4c8d2a
.github/workflows/runtime_build_and_test.yml
@@ -194,7 +194,7 @@ jobs:
194
if: steps.node_modules.outputs.cache-hit != 'true'
195
- run: |
196
yarn generate-inline-fizz-runtime
197
- git diff --exit-code || (echo "There was a change to the Fizz runtime. Run `yarn generate-inline-fizz-runtime` and check in the result." && false)
+ git diff --exit-code || (echo "There was a change to the Fizz runtime. Run \`yarn generate-inline-fizz-runtime\` and check in the result." && false)
198
199
# ----- FEATURE FLAGS -----
200
flags:
0 commit comments