Skip to content

Bump @typescript-eslint/eslint-plugin from 7.14.1 to 7.15.0 #323

Bump @typescript-eslint/eslint-plugin from 7.14.1 to 7.15.0

Bump @typescript-eslint/eslint-plugin from 7.14.1 to 7.15.0 #323

Workflow file for this run

name: Validation Pipeline
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18
registry-url: https://registry.npmjs.org/
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint
- name: Test
run: npm run test