Skip to content

creating number token #7

creating number token

creating number token #7

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