Skip to content

Add ghub actions workflow - #17

Open
PFurtak wants to merge 1 commit into
cpanel:mainfrom
PFurtak:MOONS-1735
Open

Add ghub actions workflow#17
PFurtak wants to merge 1 commit into
cpanel:mainfrom
PFurtak:MOONS-1735

Conversation

@PFurtak

@PFurtak PFurtak commented Sep 19, 2024

Copy link
Copy Markdown
Collaborator

Case MOONS-1735: A workflow has been added to ensure pull-requests build, have passing unit tests, and conform to lint standards.

Changelog: Pull request pipeline has been added.

Case MOONS-1735: A workflow has been added to ensure
pull-requests build, have passing unit tests, and conform
to lint standards.

Changelog: Pull request pipeline has been added.
- name: Checkout Source
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4

@yogainalift yogainalift Aug 26, 2026

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

There is a v7 now

runs-on: ubuntu-latest
steps:
- name: Checkout Source
uses: actions/checkout@v4

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

There is a v7 now

- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 16.20.2

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

And this node version should be updated

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