Skip to content

core: Added database schemas #1

core: Added database schemas

core: Added database schemas #1

Workflow file for this run

name: Lint
on:
pull_request:
branches: [master]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-node@v3
with:
node-version: latest
- run: npm ci
- run: npm run lint