Skip to content

Update dataset-tiny.json #160

Update dataset-tiny.json

Update dataset-tiny.json #160

Workflow file for this run

name: Lint
on: # yamllint disable-line rule:truthy
workflow_dispatch:
pull_request: null
permissions: {}
jobs:
build:
name: Lint
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
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/super-linter/slim@v7.3.0 # x-release-please-version
env:
MULTI_STATUS: false
FILTER_REGEX_EXCLUDE: (.*tests/snapshots/.*\.md|SECURITY\.md|SUPPORT\.md|.*\.js$)
VALIDATE_TSX: false
VALIDATE_TYPESCRIPT_ES: false
VALIDATE_TYPESCRIPT_PRETTIER: false
VALIDATE_TYPESCRIPT_STANDARD: false
IGNORE_GITIGNORED_FILES: true
FILE_CONVENTIONS_SIMPLE: true
LINTER_RULES_PATH: .github/linters
IGNORE_GENERATED_FILES: true