Skip to content

add script and action for monthly PR summary #5

add script and action for monthly PR summary

add script and action for monthly PR summary #5

Triggered via pull request August 2, 2024 11:47
Status Failure
Total duration 18s
Artifacts

actionlint.yml

on: pull_request
actionlint
9s
actionlint
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
actionlint: .github/workflows/monthly_pr_report.yaml#L48
shellcheck reported issue in this script: SC1083:warning:34:33: This { is literal. Check expression (missing ;/\n?) or quote it
actionlint: .github/workflows/monthly_pr_report.yaml#L48
shellcheck reported issue in this script: SC1083:warning:34:46: This } is literal. Check expression (missing ;/\n?) or quote it
actionlint: .github/workflows/monthly_pr_report.yaml#L48
shellcheck reported issue in this script: SC1083:warning:34:64: This { is literal. Check expression (missing ;/\n?) or quote it
actionlint: .github/workflows/monthly_pr_report.yaml#L48
shellcheck reported issue in this script: SC1083:warning:34:77: This } is literal. Check expression (missing ;/\n?) or quote it
actionlint: .github/workflows/monthly_pr_report.yaml#L48
shellcheck reported issue in this script: SC1078:warning:34:78: Did you forget to close this single quoted string?
actionlint: .github/workflows/monthly_pr_report.yaml#L48
shellcheck reported issue in this script: SC1079:info:38:8: This is actually an end quote, but due to next char it looks suspect
actionlint: .github/workflows/monthly_pr_report.yaml#L48
shellcheck reported issue in this script: SC1078:warning:38:23: Did you forget to close this single quoted string?
actionlint: .github/workflows/monthly_pr_report.yaml#L48
shellcheck reported issue in this script: SC1079:info:42:12: This is actually an end quote, but due to next char it looks suspect
actionlint: .github/workflows/monthly_pr_report.yaml#L48
shellcheck reported issue in this script: SC1073:error:45:48: Couldn't parse this select loop. Fix to allow more checks
actionlint: .github/workflows/monthly_pr_report.yaml#L48
shellcheck reported issue in this script: SC1072:error:45:54: Fix any mentioned problems and try again
actionlint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/