Skip to content

feat(eslint.config.js): add eslint configuration file using @bluzzi/e… #84

feat(eslint.config.js): add eslint configuration file using @bluzzi/e…

feat(eslint.config.js): add eslint configuration file using @bluzzi/e… #84

Workflow file for this run

name: Test
on:
push:
branches: ["main"]
pull_request:
types: [opened, synchronize]
jobs:
unit-test:
name: Unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3
- uses: actions/checkout@v3
- name: Install dependencies
run: npm install
- name: Run Vitest
run: npm run test