Skip to content

Workflow file for this run

name: Build Test
on:
pull_request:
branches:
- main
jobs:
build:

Check failure on line 9 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

You have an error in your yaml syntax on line 9
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up build environment
run: |
sudo apt-get update
sudo apt-get install -y build-essential
- name: Set up testing framework
run: bash -c "$(curl -fsSL https://raw.githubusercontent.com/LeaYeh/42_minishell_tester/master/install.sh)"
- name: Compile with Makefile
run: make
- name: Check memory leak
run: mstest vm