Skip to content

fix: remove defineEmits from explicit imports #661

fix: remove defineEmits from explicit imports

fix: remove defineEmits from explicit imports #661

Workflow file for this run

name: Django CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: build containers and run Django tests
run: make test