sourabhkumar47 / ResQFood

ResQFood is a platform dedicated to the noble cause of reducing food wastage by facilitating the redistribution of surplus food during late-night hours before restaurant closures. Our mission is to ensure that excess inventory finds a purposeful destination rather than ending up in landfills, contributing to a more sustainable and compassionate foo
MIT License
19 stars 38 forks source link

feat: Add GitHub Actions workflow for Gradle build #112

Closed OkelloSam21 closed 3 weeks ago

OkelloSam21 commented 3 weeks ago

Pull Request Template

Description

This pull request adds a GitHub Actions workflow to automate the build process for the project. The workflow runs gradle build on every push and pull request to ensure that the code is consistently built and tested.

Related Issue

111

Changes

Created a new GitHub Actions workflow file (.github/workflows/gradle-build.yml). Configured the workflow to trigger on push and pull request events. Added steps to:

Testing Instructions

Impact Analysis

Screenshots (if applicable)

Checklist

Additional Context

sourabhkumar47 commented 3 weeks ago

Build gradle is giving error: image

OkelloSam21 commented 3 weeks ago

I think the error was due to permissions in my workflow.