Skip to content

fix(compiler): only create one class member when transforming `@Eleme… #579

fix(compiler): only create one class member when transforming `@Eleme…

fix(compiler): only create one class member when transforming `@Eleme… #579

Workflow file for this run

name: CI
on:
merge_group:
push:
branches:
- 'main'
- 'rindo/v4-dev'
pull_request:
branches:
- '**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build_core:
name: Build
uses: ./.github/workflows/build.yml
lint_and_format:
name: Lint and Format
uses: ./.github/workflows/lint-and-format.yml