Skip to content
This repository was archived by the owner on Apr 22, 2024. It is now read-only.

Setup workflow to configure actions#85

Open
Niehaus wants to merge 1 commit into
kytos:masterfrom
Niehaus:setup-actions
Open

Setup workflow to configure actions#85
Niehaus wants to merge 1 commit into
kytos:masterfrom
Niehaus:setup-actions

Conversation

@Niehaus
Copy link
Copy Markdown
Collaborator

@Niehaus Niehaus commented Jan 5, 2021

📑 Description of the Change

Setup workflow to properly configure actions to test the latest.zip build

Comment thread actions.yml
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Install dependencies and build latest.zip
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Isn't a setup-node step needed here? (from the example in the docs)

Suggested change
- name: Install dependencies and build latest.zip
- name: Install dependencies and build latest.zip
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants