Skip to content

chore(deps-dev): bump eslint-plugin-vitest from 0.4.1 to 0.5.4 #5

chore(deps-dev): bump eslint-plugin-vitest from 0.4.1 to 0.5.4

chore(deps-dev): bump eslint-plugin-vitest from 0.4.1 to 0.5.4 #5

Workflow file for this run

name: 'Node'
on:
push:
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛬
uses: actions/checkout@v4
- name: Setup Node ⚙️
uses: ./.github/actions/setup-node
- name: Build typescript 📦
run: npm run build && find dist/main.js
- name: Lint code 💅
run: npm run lint
- name: Run tests ✅
run: npm run test