Merge pull request #1429 from nextcloud/feat/workflow-auto-update-node.yml

Updating node.yml workflow from template
pull/1433/head
Carl Schwan 2022-06-20 14:33:34 +02:00 zatwierdzone przez GitHub
commit 1fda2475b9
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 13 dodań i 0 usunięć

Wyświetl plik

@ -13,6 +13,9 @@ on:
- master
- stable*
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
@ -41,3 +44,13 @@ jobs:
run: |
npm ci
npm run build --if-present
- name: Check webpack build changes
run: |
bash -c "[[ ! \"`git status --porcelain `\" ]] || exit 1"
- name: Show changes on failure
if: failure()
run: |
git status
git --no-pager diff