Skip to content

Upgrades packages and adds Molecule CI testing #64

Upgrades packages and adds Molecule CI testing

Upgrades packages and adds Molecule CI testing #64

Workflow file for this run

name: Super-Linter
on:
push:
pull_request:
branches: [main, master]
workflow_dispatch:
permissions:
contents: read
statuses: write
jobs:
super-lint:
name: Lint code base
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run Super-Linter
uses: super-linter/super-linter@9e863354e3ff62e0727d37183162c4a88873df41 # v8.6.0
env:
DEFAULT_BRANCH: ${{ github.event.pull_request.base.ref || github.event.repository.default_branch || 'main' }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_ALL_CODEBASE: false
VALIDATE_YAML: true