Skip to content

creating comment token #14

creating comment token

creating comment token #14

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