Skip to content

fix: files are not linted properly #4

fix: files are not linted properly

fix: files are not linted properly #4

Workflow file for this run

name: Unit tests
on:
push:
branches:
- main
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: pnpm/action-setup@v2
with:
version: 8
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 20.3
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- run: pnpm test