aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/check-recipe-version-bump/package.json
diff options
context:
space:
mode:
authorLibravatar Nathanaƫl Houn <contact@nathanaelhoun.fr>2022-11-19 11:11:44 +0100
committerLibravatar GitHub <noreply@github.com>2022-11-19 11:11:44 +0100
commitc35ff5710fcd1713f29ae50c261c6b9cd76726ce (patch)
tree1790a4c63a23c2ae4bd2cd566da8edc8f1716ebd /.github/workflows/check-recipe-version-bump/package.json
parentadd RaphaelJenni as a contributor for code (#241) [skip ci] (diff)
downloadferdium-recipes-c35ff5710fcd1713f29ae50c261c6b9cd76726ce.tar.gz
ferdium-recipes-c35ff5710fcd1713f29ae50c261c6b9cd76726ce.tar.zst
ferdium-recipes-c35ff5710fcd1713f29ae50c261c6b9cd76726ce.zip
ci: add recipe version bump check in PRs (#236)
Diffstat (limited to '.github/workflows/check-recipe-version-bump/package.json')
-rw-r--r--.github/workflows/check-recipe-version-bump/package.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/.github/workflows/check-recipe-version-bump/package.json b/.github/workflows/check-recipe-version-bump/package.json
new file mode 100644
index 0000000..2416957
--- /dev/null
+++ b/.github/workflows/check-recipe-version-bump/package.json
@@ -0,0 +1,18 @@
1{
2 "name": "check-pr-update",
3 "version": "1.0.0",
4 "main": "dist/index.js",
5 "type": "module",
6 "scripts": {
7 "compile": "ncc build index.js --license licenses.txt"
8 },
9 "author": "",
10 "license": "ISC",
11 "dependencies": {
12 "@actions/core": "^1.10.0",
13 "@actions/exec": "^1.1.1"
14 },
15 "devDependencies": {
16 "@vercel/ncc": "^0.34.0"
17 }
18}