Skip to content

Merge branch 'main' of github.com:samih713/webserv into main #343

Merge branch 'main' of github.com:samih713/webserv into main

Merge branch 'main' of github.com:samih713/webserv into main #343

Workflow file for this run

name: Compilation Check
on:
push:
branches:
- '**'
jobs:
build-linux:
runs-on:
- ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Build project
run: make
build-Mac:
runs-on:
- macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Build project
run: make