Skip to content

Regenerate and rewrite init migration #17

Regenerate and rewrite init migration

Regenerate and rewrite init migration #17

Workflow file for this run

name: Linter run
on:
push:
branches: ['main']
pull_request:
branches: ['main']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 24.x
uses: actions/setup-node@v4
with:
node-version: 24.x
cache: 'yarn'
- name: Install Dependencies
run: yarn install
- name: Run linter
run: yarn lint