066144208e
Code Quality: Super-Linter / Super-Linter (push) Failing after 1s
HashiCorp: Compliance / copywrite (push) Failing after 3s
GitHub Action: Self-Test / Test `setup-packer` (push) Failing after 1h11m55s
Code Quality: TypeScript / Node.js (20.x) (push) Failing after 1h11m50s
from https://hermes.hashicorp.services/document/1kwq2o70u_WNn-SHxL0zPB94ImMMGHiaEXitMczdx7uQ
28 lines
738 B
YAML
28 lines
738 B
YAML
---
|
|
|
|
name: "Code Quality: Super-Linter"
|
|
|
|
on:
|
|
push:
|
|
|
|
jobs:
|
|
superlinter:
|
|
name: Super-Linter
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout Repository
|
|
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
|
|
with:
|
|
# Full git history is needed to get a proper list of changed files within `super-linter`
|
|
fetch-depth: 0
|
|
|
|
- name: Lint Code with Super-Linter
|
|
uses: github/super-linter/slim@4e51915f4a812abf59fed160bb14595c0a38a9e7 # v6
|
|
env:
|
|
VALIDATE_ALL_CODEBASE: true
|
|
DEFAULT_BRANCH: "main"
|
|
DISABLE_ERRORS: false
|
|
JAVASCRIPT_DEFAULT_STYLE: "prettier"
|
|
VALIDATE_JSON: true
|
|
VALIDATE_MD: true
|