diff --git "a/.github\\workflows/label_checker.yml" b/.github/workflows/action.yaml similarity index 93% rename from ".github\\workflows/label_checker.yml" rename to .github/workflows/action.yaml index 851b3f8..8261154 100644 --- "a/.github\\workflows/label_checker.yml" +++ b/.github/workflows/action.yaml @@ -1,5 +1,5 @@ # This workflow will be verify that all PRs have at -# least on the label: 'bugs', 'enhancement' before +# least on the label: 'fix', 'enhancement' before # they can be merged. name: Verify PR labels diff --git a/.github/workflows/main.yml b/.github/workflows/action.yml similarity index 100% rename from .github/workflows/main.yml rename to .github/workflows/action.yml diff --git a/README.md b/README.md index 1ae7044..733c43c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # FullDemoProject -A full react demo project to showcase my various engineering skills via the creation of a simple task-tracking applications for both web (using React.js) and mobile (using React Native) with a shared Ruby on Rails API. +A full react demo project to showcase my various engineering skills via the creation of a simple task-tracking applications for both web (using React.js) and mobile (using React Native) with a shared Ruby on Rails API. ## Getting Started Start Web Application: `cd /my-app`, run `yarn`, then run `yarn start` to open up in browser.