syster-base 0.4.0-alpha

Core library for SysML v2 and KerML parsing, AST, and semantic analysis
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# CI workflow using reusable syster-pipelines workflow
# See: https://github.com/jade-codes/syster-pipelines

name: CI

on:
  push:
    branches: [ main ]
  pull_request:
    branches: [ main ]

jobs:
  rust-ci:
    uses: jade-codes/syster-pipelines/.github/workflows/rust-ci.yml@main