Skip to content

build(deps-dev): bump @typescript-eslint/rule-tester from 8.65.0 to 8.67.0 #2073

build(deps-dev): bump @typescript-eslint/rule-tester from 8.65.0 to 8.67.0

build(deps-dev): bump @typescript-eslint/rule-tester from 8.65.0 to 8.67.0 #2073

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Use Node.js
uses: actions/setup-node@v7
with:
node-version: 20
cache: 'npm'
- run: npm ci
- run: npm run format:check
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Use Node.js
uses: actions/setup-node@v7
with:
node-version: 20
cache: 'npm'
- run: npm ci
- run: npm test
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Use Node.js
uses: actions/setup-node@v7
with:
node-version: 20
cache: 'npm'
- run: npm ci
- run: npm run lint
- run: npm run lint:md