Skip to content

Wrap coverage report in a details tag #123

Wrap coverage report in a details tag

Wrap coverage report in a details tag #123

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: github/super-linter/slim@v5
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
VALIDATE_YAML: true
VALIDATE_GITHUB_ACTIONS: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}