Skip to content

Bump @typescript-eslint/parser from 7.2.0 to 7.3.1 #185

Bump @typescript-eslint/parser from 7.2.0 to 7.3.1

Bump @typescript-eslint/parser from 7.2.0 to 7.3.1 #185

Workflow file for this run

name: Code quality
on:
pull_request:
jobs:
quality:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- name: Install packages
run: bun install
- name: Check Prettier formatting
run: bunx prettier --check "**/*.{md,mdx,astro}"
- name: Run ESLint
run: bunx eslint "src/**/*.{astro,}"
- name: Check Biome configuration
run: bunx biome check --no-errors-on-unmatched --files-ignore-unknown=true ./