Skip to content

Add MegaLinter for JSON and GitHub Workflow files #3

Add MegaLinter for JSON and GitHub Workflow files

Add MegaLinter for JSON and GitHub Workflow files #3

Triggered via pull request June 17, 2024 01:00
Status Failure
Total duration 2m 16s
Artifacts

linter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
MegaLinter: .github/workflows/UpdateUESubmodule.yml#L30
shellcheck reported issue in this script: SC2086:info:8:30: Double quote to prevent globbing and word splitting
MegaLinter: .github/workflows/pushdocs.yml#L24
shellcheck reported issue in this script: SC2046:warning:3:6: Quote this to prevent word splitting
MegaLinter: .github/workflows/pushdocs.yml#L24
shellcheck reported issue in this script: SC2006:style:3:6: Use $(...) notation instead of legacy backticks `...`
MegaLinter: .github/workflows/pushdocs.yml#L24
shellcheck reported issue in this script: SC2086:info:3:22: Double quote to prevent globbing and word splitting