Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions workflow-templates/node.properties.json

This file was deleted.

11 changes: 11 additions & 0 deletions workflow-templates/npm-build.properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "Frontend build workflow",
"description": "Nextcloud workflow template for check frontend builds.",
"iconName": "npm-build",
"categories": [
"JavaScript"
],
"filePatterns": [
"^package.json$"
]
}
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# SPDX-FileCopyrightText: 2021-2024 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: MIT

name: Node
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

What about #667 (comment) ?

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.

I think the name here is fine, just the summary name must not change.
We could simply try it in an app with compiled assets.

The problematic part is that everyone updates workflows by copying them files misisng files are skipped.
I think we should keep a node.yml for some time that simply makes red CI and tells you to use npm-build.yml going forward

name: Build Javascript

on: pull_request

Expand Down
Loading