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

Create build.yml #6

Merged
merged 3 commits into from
Jun 27, 2024
Merged

Create build.yml #6

merged 3 commits into from
Jun 27, 2024

Conversation

CathLass
Copy link
Collaborator

basic pipeline so that any PR put up is built and tested

basic pipeline so that any PR put up is built and tested
branches: [ "main" ]

jobs:
build:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Trivial nit-pick / minor (non-blocking) refinement suggestion: the job builds and tests, so perhaps update the job ID and name to reflect the extra bits it's doing?

jobs:
  build_and_test:
    name: Build and test

Not worth blocking the PR over, of course! :)

See also:

image

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, I can do - it came from github out-of-the-box, so I followed it as is

@CathLass CathLass merged commit c64aa88 into main Jun 27, 2024
1 check passed
@CathLass CathLass deleted the CL/PR-pipeline branch July 9, 2024 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants