Skip to content

fix(generator): Fixes the generator not being able to import the @can… #46

fix(generator): Fixes the generator not being able to import the @can…

fix(generator): Fixes the generator not being able to import the @can… #46

Workflow file for this run

name: Main branch update
on:
push:
branches:
- main
jobs:
build:
name: Build and test
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Setup environment
uses: ./.github/actions/setup-env
- name: Code quality checks
run: bun run check
- name: Test
run: bun run test