jeongmin / Composely

A collection of Compose UI widgets and functionalities to simplify and enhance your Android app development.
Apache License 2.0
4 stars 0 forks source link

[#3] Create a CI workflow file #6

Closed jeongmin closed 2 months ago

jeongmin commented 2 months ago

This PR is in response to Issue #3.

  1. [x] Create GitHub Actions Workflow: • Define a workflow file (e.g., .github/workflows/ci.yml). • Configure the workflow to trigger on push and pull request events.
  2. [x] Set Up Build Job: • Specify the environment (e.g., Java, Node.js, etc.). • Include steps to check out the code, set up dependencies, and compile the project.
  3. [x] Add Test Job: • Include steps to run unit tests • Ensure test results are reported and failures are highlighted.