feat: Add types to the workflow conditional (#7979)

**What**
Add typing to the when conditional workflow step

FIXES CORE-2494
This commit is contained in:
Adrien de Peretti
2024-07-05 14:43:16 +00:00
committed by GitHub
parent b368251ca3
commit b24c8503d5
5 changed files with 88 additions and 9 deletions
+1 -1
View File
@@ -39,6 +39,6 @@
"build": "rimraf dist && tsc --build",
"watch": "tsc --build --watch",
"test": "jest --runInBand --bail --forceExit",
"test:run": "../../node_modules/.bin/ts-node ./src/utils/_playground.ts"
"test:run": "../../../node_modules/.bin/ts-node ./src/utils/_playground.ts"
}
}