Skip to content

Lint format action

Lint format action #3

Workflow file for this run

name: Automated Tests
on: pull_request
jobs:
vitest:
name: ViTest Ubunto
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm ci
- run: cp .env.example .env
- run: npm test