Skip to content

test: prepare test todo for order endpoints #78

test: prepare test todo for order endpoints

test: prepare test todo for order endpoints #78

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