Skip to content

npm(deps-dev): bump the typescript-eslint group across 1 directory with 2 updates #714

npm(deps-dev): bump the typescript-eslint group across 1 directory with 2 updates

npm(deps-dev): bump the typescript-eslint group across 1 directory with 2 updates #714

Workflow file for this run

---
name: Lint Code Base
on: # yamllint disable-line rule:truthy
push: null
pull_request: null
permissions:
contents: read
packages: read
jobs:
build:
name: Lint
runs-on: ubuntu-latest
permissions:
# To report GitHub Actions status checks
statuses: write
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@v6 # x-release-please-version
env:
DEFAULT_BRANCH: main
JAVASCRIPT_ES_CONFIG_FILE: .eslintrc.yml
LINTER_RULES_PATH: /
VALIDATE_ALL_CODEBASE: true
VALIDATE_JSON: false
VALIDATE_JAVASCRIPT_STANDARD: false
VALIDATE_NATURAL_LANGUAGE: false
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}