Skip to content

Update and rename c-ci.yml to valgrind.yml #2

Update and rename c-ci.yml to valgrind.yml

Update and rename c-ci.yml to valgrind.yml #2

Workflow file for this run

name: Build Project
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y build-essential
- name: Build project
run: make
- name: Upload build artifacts
uses: actions/upload-artifact@v3
with:
name: minishell
path: ./minishell