Skip to content

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.21.0 to 7.0.0 #512

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.21.0 to 7.0.0

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.21.0 to 7.0.0 #512

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Node.js setup
uses: actions/setup-node@v4
with:
node-version: 16
- name: Build
run: |
npm ci
npm run format
npm run lint
npm run build
npm run pack