aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/check-recipe-version-bump/action.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/check-recipe-version-bump/action.yml')
-rw-r--r--.github/workflows/check-recipe-version-bump/action.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/workflows/check-recipe-version-bump/action.yml b/.github/workflows/check-recipe-version-bump/action.yml
new file mode 100644
index 0000000..3154496
--- /dev/null
+++ b/.github/workflows/check-recipe-version-bump/action.yml
@@ -0,0 +1,12 @@
1name: Check recipe version bump
2description: Check that modified recipes has their version bumped up
3inputs:
4 changed-files:
5 description: 'List of modified files in the PR'
6 required: true
7# outputs:
8# time: # id of output
9# description: 'The time we greeted you'
10runs:
11 using: 'node16'
12 main: 'dist/index.js'