Skip to content

use astra-db-ts

use astra-db-ts #394

Workflow file for this run

name: Lint - stargate-mongoose
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setting up the node version
uses: actions/setup-node@v3
with:
node-version: 18.20.4
- name: setup project
run: npm i
- name: run lint
run: |
npm run lint