Skip to content

test: make tests independent from database seeds #74

test: make tests independent from database seeds

test: make tests independent from database seeds #74

Workflow file for this run

name: lint
on: [ push ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: clone the repo
uses: actions/checkout@v3
- name: install dependencies
run: npm install
- name: run eslint
run: npm run lint