Skip to content

Upgrade versions of Docker, Docker Compose and ACAP SDK #18

Upgrade versions of Docker, Docker Compose and ACAP SDK

Upgrade versions of Docker, Docker Compose and ACAP SDK #18

Workflow file for this run

---
name: Lint codebase
on:
push:
pull_request:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Lint codebase
uses: github/super-linter/slim@v5
env:
VALIDATE_ALL_CODEBASE: true
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LINTER_RULES_PATH: /
IGNORE_GITIGNORED_FILES: true
VALIDATE_BASH: true
VALIDATE_DOCKERFILE_HADOLINT: true
VALIDATE_MARKDOWN: true
VALIDATE_SHELL_SHFMT: true
VALIDATE_YAML: true