Skip to content

feat: Suggestions for Ukrainian Translation #167

feat: Suggestions for Ukrainian Translation

feat: Suggestions for Ukrainian Translation #167

Workflow file for this run

name: Lint Code Base
on: [push, pull_request]
jobs:
build:
name: Lint
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
statuses: write
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
# entire history needed
fetch-depth: 0
- name: Lint Code Base
uses: super-linter/[email protected]
env:
DEFAULT_BRANCH: main
VALIDATE_ALL_CODEBASE: true
VALIDATE_CSS: true
VALIDATE_HTML: true
VALIDATE_JAVASCRIPT_ES: true
VALIDATE_JSON: true
FILTER_REGEX_EXCLUDE: jquery/*
# For reporting status
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}