Skip to content

Merge branch 'main' of https://github.com/familyjs/rindo #561

Merge branch 'main' of https://github.com/familyjs/rindo

Merge branch 'main' of https://github.com/familyjs/rindo #561

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