Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Bump robertdebock/molecule-action from 5.0.2 to 6.0.0 #68

Bump robertdebock/molecule-action from 5.0.2 to 6.0.0

Bump robertdebock/molecule-action from 5.0.2 to 6.0.0 #68

Workflow file for this run

---
name: Lint
on: [pull_request]
jobs:
super-lint:
name: Lint with Supper-Linter
runs-on: ubuntu-latest
steps:
# Checks out a copy of your repository on the ubuntu-latest machine
- name: Checkout code
uses: actions/checkout@v3
with:
# Full git history needed to get proper list of changed files
fetch-depth: 0
# Runs the Super-Linter action
- name: Run Super-Linter on new changes
uses: github/super-linter@v5
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Only check new or edited files
VALIDATE_ALL_CODEBASE: false
# Fail on errors
DISABLE_ERRORS: false
# This is not working for jinja2 templates
VALIDATE_ENV: false