Skip to content

[LIB] Refactor the data type of stack to t_lst #6

[LIB] Refactor the data type of stack to t_lst

[LIB] Refactor the data type of stack to t_lst #6

Workflow file for this run

name: Build Test
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up build environment
run: |
sudo apt-get update
sudo apt-get install -y build-essential
- name: Compile with Makefile
run: make