Skip to content

fix: update docstring. #266

fix: update docstring.

fix: update docstring. #266

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: apt-get update
run: sudo apt-get update
- name: apt-get install
run: sudo apt-get install build-essential sdcc
- uses: actions/checkout@v4
- name: make
run: make