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

@@ -24,11 +24,13 @@ jobs:
- 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: |