Skip to content

fix: fix minor typos for source code #5

fix: fix minor typos for source code

fix: fix minor typos for source code #5

Workflow file for this run

name: Lab4
on:
push:
branches:
- 'main'
paths:
- Lab4/**
workflow_dispatch:
workflow_call:
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
container:
image: ipads/oslab:24.09
options: --user 1001
steps:
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
- name: Build Lab4
run: Scripts/gendeps.sh && cd Lab4 && make