aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/check-recipe-version-bump/action.yml
blob: 3154496147c29d210e6d1c676a69266659543877 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
name: Check recipe version bump
description: Check that modified recipes has their version bumped up
inputs:
  changed-files:
    description: 'List of modified files in the PR'
    required: true
# outputs:
#   time: # id of output
#     description: 'The time we greeted you'
runs:
  using: 'node16'
  main: 'dist/index.js'