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 2f1807e commit db0c6a1Copy full SHA for db0c6a1
.github/workflows/build.yml
@@ -297,6 +297,7 @@ jobs:
297
# Else, we fall back to the default handling of the action
298
run_for_branch: ${{ (needs.job_get_metadata.outputs.is_release == 'true' && 'true') || '' }}
299
300
+
301
job_lint:
302
name: Lint
303
# Even though the linter only checks source code, not built code, it needs the built code in order check that all
0 commit comments