File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 11# SPDX-FileCopyrightText: 2022 Nextcloud contributors
22# SPDX-License-Identifier: AGPL-3.0-or-later
33name : Read polls version from info.xml
4+ description : ' Get app version from info.xml and compare it to tag name'
45inputs :
56 skip-check :
67 description : Do not check tag against version
Original file line number Diff line number Diff line change 11# SPDX-FileCopyrightText: 2022 Nextcloud contributors
22# SPDX-License-Identifier: AGPL-3.0-or-later
33name : Setup composer and PHP
4+ description : ' Setup PHP environment and install composer dependencies with caching'
45inputs :
56 php-version :
67 description : ' PHP version (default: 8.2)'
Original file line number Diff line number Diff line change 11# SPDX-FileCopyrightText: 2022 Nextcloud contributors
22# SPDX-License-Identifier: AGPL-3.0-or-later
33name : Setup node and dependencies
4+ description : ' Setup node environment and install npm dependencies'
45inputs :
56 node-version :
67 required : false
Original file line number Diff line number Diff line change 11# SPDX-FileCopyrightText: 2022 Nextcloud contributors
22# SPDX-License-Identifier: AGPL-3.0-or-later
33name : Checkout and setup server
4+ description : ' Checkout Nextcloud server and app, setup PHP and install dependencies'
45inputs :
56 server-version :
67 required : false
You can’t perform that action at this time.
0 commit comments