Skip to content

Bump @typescript-eslint/parser from 7.8.0 to 7.11.0 #319

Bump @typescript-eslint/parser from 7.8.0 to 7.11.0

Bump @typescript-eslint/parser from 7.8.0 to 7.11.0 #319

Workflow file for this run

name: Super Linter
on:
push: {}
pull_request:
branches: [main]
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint Code Base
uses: github/super-linter/slim@v6
env:
DEFAULT_BRANCH: main
VALIDATE_XML: false
VALIDATE_NATURAL_LANGUAGE: false
VALIDATE_GITLEAKS: false
RUBY_CONFIG_FILE: .rubocop.yml
LINTER_RULES_PATH: .
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}