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

refactor: remove comment (#3) #8

refactor: remove comment (#3)

refactor: remove comment (#3) #8

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 push_swap; make; ./push_swap 1 2 3 4 5;
shell: bash