Skip to content
This repository has been archived by the owner on Oct 12, 2024. It is now read-only.

Database: Create init migration #8

Database: Create init migration

Database: Create init migration #8

Workflow file for this run

name: Lint check
on:
- pull_request
jobs:
build:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install Node v18
uses: actions/setup-node@v2
with:
node-version: 18
cache: yarn
- name: Install dependencies
run: yarn --immutable
- name: Lint
run: yarn prettier . --check