Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

refactor: wip (#3)

refactor: wip (#3) #9

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