Skip to content

Merge branch 'master' of https://github.com/sjdonado/monocuco #12

Merge branch 'master' of https://github.com/sjdonado/monocuco

Merge branch 'master' of https://github.com/sjdonado/monocuco #12

Workflow file for this run

name: Check schema
on: [push, pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- name: Install dependencies
run: bun install
- name: Run checker
run: bun run check