This commit is contained in:
SPRINX0\prochazka
2025-02-25 11:05:29 +01:00
parent f7e7a4c99c
commit 34cfbabf51
2 changed files with 6 additions and 2 deletions

View File

@@ -22,10 +22,12 @@ jobs:
node-version: 22
- name: Install dependencies
run: |
rm package.json
rm yarn.lock
yarn add -W js-yaml lodash
- name: Run workflow generation
run: |
yarn workflows
node common/processWorkflows.js
- name: Git config
run: |
git config --global user.email "info@dbgate.io"