Skip to content

trying to run push after compiling #5

trying to run push after compiling

trying to run push after compiling #5

Workflow file for this run

# **************************************************************************** #
# #
# ::: :::::::: #
# ci.yml :+: :+: :+: #
# +:+ +:+ +:+ #
# By: umeneses <umeneses@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2024/05/09 19:12:18 by umeneses #+# #+# #
# Updated: 2024/05/09 19:17:48 by umeneses ### ########.fr #
# #
# **************************************************************************** #
name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Starting github actions
uses: actions/checkout@v4.1.4
- name: Running Makefile Tester
run: make && ./pushswap