Skip to content

chore(deps-dev): bump @typescript-eslint/parser from 6.19.1 to 7.8.0 #1775

chore(deps-dev): bump @typescript-eslint/parser from 6.19.1 to 7.8.0

chore(deps-dev): bump @typescript-eslint/parser from 6.19.1 to 7.8.0 #1775

Workflow file for this run

name: UI Kit Code Checks
on:
pull_request:
push:
branches: [main]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".node-version"
- name: Install Dependencies 🔧
run: npm install
- name: Lint 🧹
run: npm run lint
- name: Build 🔨
run: npm run dist
- name: Unit Tests 🧪
run: npm test