Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add name to jobs running in actions #29

Merged
merged 7 commits into from
Dec 7, 2023
Merged

Commits on Dec 4, 2023

  1. add: github workflow automated build

    Add automated build on pull requests and commits on branch main.
    
    Signed-off-by: Lincoln Wallace <[email protected]>
    locnnil committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    f5d3bd7 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. refact: Requested improviments on PR for #IENG-869

    Added separation lines and comentaries to improve redability
    Use output as snap name to don't leat hardcoded version or architecture.
    
    Signed-off-by: Lincoln Wallace <[email protected]>
    locnnil committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    c621d0a View commit details
    Browse the repository at this point in the history
  2. Update .github/workflows/build-snap.yml

    Verb tense corrections.
    
    Co-authored-by: Farshid Tavakolizadeh <[email protected]>
    locnnil and farshidtz authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    ee5ad71 View commit details
    Browse the repository at this point in the history
  3. refact: add new line

    Signed-off-by: Lincoln Wallace <[email protected]>
    locnnil committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    e3c2f41 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. feat: Add name to jobs

    Adds name to workflow jobs to increase readability
    
    Signed-off-by: Lincoln Wallace <[email protected]>
    locnnil committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    c95fed2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bb091c View commit details
    Browse the repository at this point in the history
  3. Refact: Remove comments that are no longer necessary

    Now that the Jobs have a name, it can be used to self describe what the jobs does
    So the commentaries are no longger need.
    
    Signed-off-by: Lincoln Wallace <[email protected]>
    locnnil committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    a264746 View commit details
    Browse the repository at this point in the history