-
-
Notifications
You must be signed in to change notification settings - Fork 898
Commit 947db16
build: skip running workflow jobs when
---
type: pre_commit_static_analysis_report
description: Results of running static analysis checks when committing changes.
report:
- task: lint_filenames
status: passed
- task: lint_editorconfig
status: passed
- task: lint_markdown
status: na
- task: lint_package_json
status: na
- task: lint_repl_help
status: na
- task: lint_javascript_src
status: na
- task: lint_javascript_cli
status: na
- task: lint_javascript_examples
status: na
- task: lint_javascript_tests
status: na
- task: lint_javascript_benchmarks
status: na
- task: lint_python
status: na
- task: lint_r
status: na
- task: lint_c_src
status: na
- task: lint_c_examples
status: na
- task: lint_c_benchmarks
status: na
- task: lint_c_tests_fixtures
status: na
- task: lint_shell
status: na
- task: lint_typescript_declarations
status: na
- task: lint_typescript_tests
status: na
- task: lint_license_headers
status: passed
---ci: Skip
label is applied1 parent 11f3cfa commit 947db16
File tree
4 files changed
+12
-1
lines changed- .github/workflows
4 files changed
+12
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
53 | - | ||
54 | 53 |
| |
55 | 54 |
| |
56 | 55 |
| |
56 | + | ||
57 | + | ||
58 | + | ||
57 | 59 |
| |
58 | 60 |
| |
59 | 61 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
54 | + | ||
55 | + | ||
56 | + | ||
54 | 57 |
| |
55 | 58 |
| |
56 | 59 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
89 | + | ||
90 | + | ||
91 | + | ||
89 | 92 |
| |
90 | 93 |
| |
91 | 94 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
89 | + | ||
90 | + | ||
91 | + | ||
89 | 92 |
| |
90 | 93 |
| |
91 | 94 |
| |
|
0 commit comments