actions/setup-node v4
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
# Ignore list
|
||||||
|
/*
|
||||||
|
|
||||||
|
# Do not ignore these folders:
|
||||||
|
!__tests__/
|
||||||
|
!src/
|
||||||
@@ -0,0 +1,51 @@
|
|||||||
|
// This is a reusable configuration file copied from https://github.com/actions/reusable-workflows/tree/main/reusable-configurations. Please don't make changes to this file as it's the subject of an automatic update.
|
||||||
|
module.exports = {
|
||||||
|
extends: [
|
||||||
|
'eslint:recommended',
|
||||||
|
'plugin:@typescript-eslint/recommended',
|
||||||
|
'plugin:eslint-plugin-jest/recommended',
|
||||||
|
'eslint-config-prettier'
|
||||||
|
],
|
||||||
|
parser: '@typescript-eslint/parser',
|
||||||
|
plugins: ['@typescript-eslint', 'eslint-plugin-node', 'eslint-plugin-jest'],
|
||||||
|
rules: {
|
||||||
|
'@typescript-eslint/no-require-imports': 'error',
|
||||||
|
'@typescript-eslint/no-non-null-assertion': 'off',
|
||||||
|
'@typescript-eslint/no-explicit-any': 'off',
|
||||||
|
'@typescript-eslint/no-empty-function': 'off',
|
||||||
|
'@typescript-eslint/ban-ts-comment': [
|
||||||
|
'error',
|
||||||
|
{
|
||||||
|
'ts-ignore': 'allow-with-description'
|
||||||
|
}
|
||||||
|
],
|
||||||
|
'no-console': 'error',
|
||||||
|
'yoda': 'error',
|
||||||
|
'prefer-const': [
|
||||||
|
'error',
|
||||||
|
{
|
||||||
|
destructuring: 'all'
|
||||||
|
}
|
||||||
|
],
|
||||||
|
'no-control-regex': 'off',
|
||||||
|
'no-constant-condition': ['error', {checkLoops: false}],
|
||||||
|
'node/no-extraneous-import': 'error'
|
||||||
|
},
|
||||||
|
overrides: [
|
||||||
|
{
|
||||||
|
files: ['**/*{test,spec}.ts'],
|
||||||
|
rules: {
|
||||||
|
'@typescript-eslint/no-unused-vars': 'off',
|
||||||
|
'jest/no-standalone-expect': 'off',
|
||||||
|
'jest/no-conditional-expect': 'off',
|
||||||
|
'no-console': 'off',
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
env: {
|
||||||
|
node: true,
|
||||||
|
es6: true,
|
||||||
|
'jest/globals': true
|
||||||
|
}
|
||||||
|
};
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
49933ea5288caeca8642d1e84afbd3f7d6820020
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
[core]
|
||||||
|
bare = false
|
||||||
|
[remote "origin"]
|
||||||
|
url = https://github.com/actions/setup-node
|
||||||
|
fetch = +refs/heads/*:refs/remotes/origin/*
|
||||||
|
[branch "main"]
|
||||||
|
remote = origin
|
||||||
|
merge = refs/heads/main
|
||||||
|
[remote "gitea"]
|
||||||
|
url = https://orchestron-bot:0a62cf247c07123bef12df07cc93cbf2195cd6c9@gitea.orchestron.cn/actions/setup-node.git
|
||||||
|
fetch = +refs/heads/*:refs/remotes/gitea/*
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
|||||||
|
f4a67bbeca970f103397d3d2b9462cf787cd2980
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
eff380dfbcf941bf8832e4acb788cebe13dfd758
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
53b83947a5a98c8d113130e565377fae1a50d02f
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
92a3a341bdb89b6bcec59813995ad914b871ce72
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
b30ec2846d8811db46d7d66fbb1439e48d342ea0
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
2f7cc381bfdb773378d7642d823a93e9afbbbba2
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
dd50a9e2354a8e8cb0a1f4a46b4546071f420a05
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
65431fdcf8ab3ffdcfd20c45cec9f84b3d4db1fa
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
7d8f743c059f1e87e3a0014017e4955e76a2dc46
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
ca132f0c4b0130ecc3dfd80797126e8e15e73e6c
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
91f134a2aa44a56e78712cce3b99eedf2fc4fde6
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
08fe597a19fbdbcc77512e5f6f9183080ea0dd09
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
c81d8ad96dab0a834a87f7a0300b154386f2e26a
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
70df948295c1a1efd54e3e0548fa4f29d9a6d501
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
f4a67bbeca970f103397d3d2b9462cf787cd2980
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
f43d8a1f27404e4f3fe2c5c1832c5e4e066bad96
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
59294710198cfb7f55d398c98de60d13e53d11cb
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
e1e1d4c85364e81d35f092df54e57f47c51f8ad9
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
60c11408891ef62846c29c28c2374afe5c91fad5
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
b6651e20e530d6e6b845a9828606779e89f5529c
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
7c12f8017d5436eb855f1ed4399f037a36fbd9e8
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
3235b876344d2a9aa001b8d1453c930bba69e610
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
49933ea5288caeca8642d1e84afbd3f7d6820020
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
a0853c24544627f65ddf259abe73b1d18a591444
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
f1f314fca9dfce2769ece7d933488f076716723e
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
746f200ccd643b24d522e7ec774483ac670436ca
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
6d709998c7ee45d75f703dc83c87ea86218e7b2e
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
d4989cba2f635d3446270d89731a48a635fd8e08
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
8cd066d2e7f507d89e514bf097578adee3344958
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
809128768aab75d687c4eb4f97dffd5dbc9e19c8
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
0fe55358cd902c9aa3265c23efdcd761cfa847ad
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
1d846de8c00455e0555baeabda88f9b18b21e988
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
87a21fa69e08d3dae4d15991a0c39506f26b2584
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
a78e5a55c8e38463793c8b96853f8b863ccd0a2a
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
731a053a41cc6ad56c1dfacd6e7e5ff3754e03fe
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
82e678ea76e3566888de8405f2e33dfed64e4a1e
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
c88935e5ce79a2ff23e7a4ba9b8d0d154c56aba0
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
c8ccba97178ea88e1b8e5d5e963c4ccda07deb7e
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
95a36caa44d1a896a1dd464ebf7b42f4b7d8beb8
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
6c421f51865a3d6d46ef6c72951280d2508b713a
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
2134f6474565da4c4d20a45df3a3346a46a74e85
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
3ad332857b11d0022b414a8c8856109d715da36b
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
4dd8436aec37dd982a3572d29c7dc34988f8257f
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
1ef8c19d5ff424b9ef07e1f35a17ff28aa085d07
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
af067e54e58d0e3fd57ff6c12c818c72313ce149
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
6e3941eace26c90f794931cdfdb83d0ae0a4f7ac
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
47de106a45f88cea112975ab328ab4b5c1733f77
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
f56c12c117d0ce2b10446c17644f96c5ebb156ea
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
e017508dbe5e99149778ec5d6df9fcc573c339f5
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
79cae9176dd28c081cb0a03c3b249896c06bfd26
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
628dd514852da62b8e0c9b30658eee46e950d46d
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
c1b361d8083d252944b3ccf328ccd07d68417be8
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
fe07d202cea1ae252dcdbbeac66ec58bc37ad5a5
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
8993adc803f94a6f215852a743bc413c8b002fe1
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
8a5a93bad92cb77d857348b8dda023433803210b
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
a0c0820078172a8383cd50620ea7647a8f2191e1
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
a6eced5cf1722c96747b883b98d2b94bc648b256
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
ae238113c164f54b21deb143ee926eb863b6cea8
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
394f4c8dafb6ca2641317d9b8d0b65bfafb0bccc
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
02741a79b5459f725f7135a4f0c4f75748fe959a
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
6b7f6c9fa661f88bf8cf8332d3c201f847165051
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
d7ee57e863b8d772f83baf57fd15e51de602ad29
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
11ba096a864003f2a10c2aa4f24b4681ea8b75c8
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
3e3fee39d67ad7975bf6875a21ce12c6b93082e1
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
448c03f5743551646ab8804ed6899f64207e7698
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
026eec6e3f98c5b651b8adeb431d3fc281d6b8ff
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
c0afd2e44dcbc00c9237959e29e64370b5cdafe6
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
27d346a344fa18f04b66bcb550a59f1c9fcba922
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
cf70565bfc2e64f39728fcf79d0c0f3562514277
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
9056535575d313d9db608b20e31c6bd42e3d218f
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
db4b5e5b6a5ab984bbbceb772d54d1d4fff77b11
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
d8d51bc443b9f0cf2502e416f9f51707b356fac5
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
6dc01401549523b9ef89113fcde4d7fe0344b321
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
6f485d0d117c04128b83669256a24144b3bcaeca
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
e46f53842f117d73d6b435fb98951431b1aed318
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
23dcf4f2178e47725add3c194b34cc83ef83ef52
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
0229b561b7ed3ad95fe4695b58795e7d5a1c39b6
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
aa363ded8fefb1e43b7a6cb669a222a98c09eb57
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
2c8eea014fb86a9e6935c4593931a3ec863c877a
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
09158c28ef840ca6c398a127331f182364d90acc
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
8c6ac7774c6593cf4bd1c5778ef4b6c69460a006
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
b949a4db4205fab5e64fff8da783cc314a694c8b
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
2c8a719c67731f95568fd5da29ddbe1ffd88d331
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
a2a7aa78ffe8bb72d50b650fad73733be7bd8cba
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
d6ebc7b438e9cf1b22a3c440a164b179ed0e37d6
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
f15aacce55167136c6ff80c02540c6d7fc89b878
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
22871cb1b14fd76682d67bd2fbed545977029e61
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
72269cd04b5c2d8e96b12c0f2fcb7b1cab7ab7d6
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
b2f9db94581089b91a7558f88b4359e979fe9e58
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
b0f1a15a39dd5b490babd41e49eb879c8cc67804
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
5177c1a4cfaeb8539bb0f97d9895d002d595e5b7
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user