Skip to content

Val pipeline with JSON artifacts (replacing markdowns and PDFs) #2

Val pipeline with JSON artifacts (replacing markdowns and PDFs)

Val pipeline with JSON artifacts (replacing markdowns and PDFs) #2

Workflow file for this run

---
name: SuperLinter
on:
pull_request:
branches:
- main
jobs:
lint:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Lint Code Base
uses: docker://ghcr.io/github/super-linter:slim-v4
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
VALIDATE_R: true
VALIDATE_YAML: true
VALIDATE_BASH_EXEC: true
VALIDATE_DOCKERFILE_HADOLINT: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}