Skip to content

[feat] Better Syntax #7

[feat] Better Syntax

[feat] Better Syntax #7

Workflow file for this run

name: Compile (No bridges)
on:
pull_request:
branches: [ "master", "dev_unstable", "dev" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build -p compiler_main