Skip to content

fix: prevent crash from the sea-orm-cli when creating a migration #4

fix: prevent crash from the sea-orm-cli when creating a migration

fix: prevent crash from the sea-orm-cli when creating a migration #4

Workflow file for this run

name: CICD
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build