Skip to content

Bump @typescript-eslint/parser from 8.6.0 to 8.12.2 #2209

Bump @typescript-eslint/parser from 8.6.0 to 8.12.2

Bump @typescript-eslint/parser from 8.6.0 to 8.12.2 #2209

name: Error codes and events
on:
workflow_dispatch:
push:
branches: [ main, develop ]
pull_request:
jobs:
inspect:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Validate error codes
run: .github/workflows/scripts/validate_errorcodes.sh
- run: mkdir tmp
- name: Find all error codes
run: .github/workflows/scripts/list_all_errorcodes.sh > tmp/errorcodes.md
- name: Archive error codes
uses: actions/upload-artifact@v4
with:
name: error-codes
path: tmp/errorcodes.md
- name: Validate events
run: .github/workflows/scripts/validate_events.sh