Skip to content

finalizing the lexer #21

finalizing the lexer

finalizing the lexer #21

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