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

refactor: add ignore #16

refactor: add ignore

refactor: add ignore #16

Workflow file for this run

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