Skip to content

Bump typescript-eslint from 8.34.0 to 8.34.1 in the eslint group (#954) #1642

Bump typescript-eslint from 8.34.0 to 8.34.1 in the eslint group (#954)

Bump typescript-eslint from 8.34.0 to 8.34.1 in the eslint group (#954) #1642

Workflow file for this run

on: push
permissions:
contents: read
jobs:
eslint:
name: ESLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npx eslint
prettier:
name: Prettier
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npx prettier --check .
typescript:
name: TypeScript
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm run build:ts