Skip to content

chore: add code checking CI #343

chore: add code checking CI

chore: add code checking CI #343

Workflow file for this run

name: Merge request checking
on:
workflow_call:
push:
branches:
- main
- github-action-dev
pull_request:
branches:
- main
jobs:
analyzing:
uses: ./.github/workflows/_analyze.yml
checking:
uses: ./.github/workflows/_check.yml
testing:
uses: ./.github/workflows/_test.yml
with:
with-artifact: true