Skip to content

Bump @typescript-eslint/parser from 7.12.0 to 7.13.0 #489

Bump @typescript-eslint/parser from 7.12.0 to 7.13.0

Bump @typescript-eslint/parser from 7.12.0 to 7.13.0 #489

Workflow file for this run

name: EOL Blocker
on:
pull_request_target:
branches: [ main ]
permissions: {}
jobs:
check_pull_request_job:
name: Check files for CRLF
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Validate files
with:
repoToken: ${{ secrets.GITHUB_TOKEN }}
excludeFiles: '**/**.map;package.json'
id: validate
uses: microsoftgraph/eol-blocker@main