Skip to content

Add League of Legends theme test #27

Add League of Legends theme test

Add League of Legends theme test #27

Workflow file for this run

---
name: Lint
on: # yamllint disable-line rule:truthy
push: null
permissions:
contents: read # This is sufficient for read access.
statuses: write # This is needed to update status checks.
jobs:
build:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
# super-linter needs the full git history to get the
# list of files that changed across commits
fetch-depth: 0
- name: Super-linter
uses: super-linter/[email protected]
env:
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_ALL_CODEBASE: false
VALIDATE_CSS_PRETTIER: false
VALIDATE_HTML_PRETTIER: false
VALIDATE_JAVASCRIPT_PRETTIER: false
VALIDATE_JAVASCRIPT_STANDARD: false
VALIDATE_JSON_PRETTIER: false
VALIDATE_YAML_PRETTIER: false