Skip to content

fixxing exit codes and merge errror #51

fixxing exit codes and merge errror

fixxing exit codes and merge errror #51

Workflow file for this run

name: C/C++ fclean
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
clean:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Clean project
run: make fclean # Assuming your project uses 'make fclean'