Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

add video to readme #15

add video to readme

add video to readme #15

Workflow file for this run

name: tests ubuntu
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: mandatory tests
run: cd minishell; make;
shell: bash