Skip to content

Merge pull request #45 from ToolmanP/main #1

Merge pull request #45 from ToolmanP/main

Merge pull request #45 from ToolmanP/main #1

Workflow file for this run

name: Lab3
on:
push:
paths:
- Lab3/**
workflow_dispatch:
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 Lab3
run: Scripts/gendeps.sh && cd Lab3 && make