Skip to content

create expression node #27

create expression node

create expression node #27

Workflow file for this run

name: rosebud build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: make
run: make
- name: make clean
run: make clean